From e150b438f4ae9ee741b9efd6d25a22fb9b636428 Mon Sep 17 00:00:00 2001 From: "Dr. Awesome Doge" Date: Wed, 30 Oct 2024 12:06:39 +0400 Subject: [PATCH] Add TONX API to third-party APIs section in documentation The TONX API entry has been added to the Third-Party APIs section to provide users with another option for building Dapps efficiently. The description highlights the ease of using TONX API for accessing various TON-related data, supporting developers in integrating blockchain functionalities into their applications seamlessly. A link to the TONX API documentation has also been included for quick access. --- docs/develop/dapps/apis/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/develop/dapps/apis/README.md b/docs/develop/dapps/apis/README.md index 2ffc6b57be..33fbb02ae0 100644 --- a/docs/develop/dapps/apis/README.md +++ b/docs/develop/dapps/apis/README.md @@ -11,6 +11,7 @@ ## Third party APIs - [tonapi.io](https://docs.tonconsole.com/tonapi/api-v2) - fast indexed API which provides basic data about accounts, transactions, blocks, application-specific data about NFT, Auctions, Jettons, TON DNS, Subscriptions. It also provides annotated data on transaction chains. +- [TONX API](https://docs.tonxapi.com/) - an API specifically designed for seamless Dapp development, enabling easy access to a variety of tools and data. - [dton.io](https://dton.io/graphql/) - GraphQL API with that can provide data about accounts, transactions and blocks, as well as application-specific data about NFT, Auctions, Jettons and TON DNS. - [ton-api-v4](https://mainnet-v4.tonhubapi.com) - another lite-api focused on speed via aggressive cashing in CDN. - [docs.nftscan.com](https://docs.nftscan.com/reference/ton/model/asset-model) - NFT APIs for TON blockchain.