Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add webhooks api from tonapi to api-types.md #975

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/v3/guidelines/dapps/apis-sdks/api-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@
- [TON Index](https://toncenter.com/api/v3/) - TON Index collects data from a full node to PostgreSQL database and provides convenient API to an indexed blockchain.
- [toncenter/v2](https://toncenter.com/) - This API enables HTTP access to TON blockchain - getting accounts and wallets information, looking up blocks and transactions, sending messages to the blockchain, calling get methods of smart contracts, and more.

## TonAPI

[tonapi.io](tonapi.io) provides fast access to the TON blockchain, covering accounts, transactions, NFTs, Jettons, Auctions, Subscriptions, and TON DNS.

- [REST API](https://tonapi.io/api-v2) - High-speed indexed API for querying blockchain data, transaction chains, NFTs, Jettons, and sending transactions. [Docs](https://docs.tonconsole.com/tonapi/rest-api)
- [Webhooks API](https://docs.tonconsole.com/tonapi/webhooks-api) - Real-time notifications for account activity and transactions.

## Third party APIs
- [tonapi.io](https://docs.tonconsole.com/tonapi) - 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.
Expand Down
Loading