From a810bc54db2e50517aa9b8e50900c127f7a3f3ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Wed, 15 May 2024 12:36:49 +0100 Subject: [PATCH] Update Transaction Service overview --- pages/core-api/transaction-service-overview.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/core-api/transaction-service-overview.mdx b/pages/core-api/transaction-service-overview.mdx index b61f942a..b2631901 100644 --- a/pages/core-api/transaction-service-overview.mdx +++ b/pages/core-api/transaction-service-overview.mdx @@ -4,9 +4,9 @@ import Reference from '../../assets/svg/reference.svg' # Safe Transaction Service API -The Safe Transaction Service API offers REST endpoints to keep track of transactions sent via Safe contracts. It also offers endpoints to send transactions to allow off-chain collecting of signatures or informing the owners about a pending transaction to be sent to the blockchain. +The Safe Transaction Service offers a REST API to track transactions sent via the Safe Smart Account. It also provides endpoints to send transactions, allow off-chain collecting of signatures, or informing the owners about a pending transaction to be sent to the blockchain. -We also offer the [API Kit](../sdk/api-kit), a TypeScript client for the Safe Transaction Service API in the Safe\{Core\} SDK. +Additionally, the Safe\{Core\} SDK provides the [API Kit](../sdk/api-kit), a TypeScript client for the Safe Transaction Service API. } title="Guides" href="./transaction-service-guides/transactions" /> @@ -15,4 +15,4 @@ We also offer the [API Kit](../sdk/api-kit), a TypeScript client for the Safe Tr ## Getting started -Are you new to our API and not sure where to get started? We recommend heading over to the guides on the [Safe Transaction Service API](../core-api/transaction-service-guides/transactions.mdx). +Are you new to our API and not sure where to get started? We recommend heading over to the [guides](../core-api/transaction-service-guides/transactions.mdx) on the Safe Transaction Service API.