Skip to content

Commit

Permalink
Add TONX API to third-party APIs section in documentation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
awesome-doge authored Oct 30, 2024
1 parent 8f7e474 commit e150b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/develop/dapps/apis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e150b43

Please sign in to comment.