API Types
High availability blockchain APIs are the core element of secure, convenient and fast development of useful applications on TON.
- TON HTTP API — API that allows to work with the indexed blockchain information.
- TON ADNL API — secure API to communicate with TON, based on ADNL protocol.
Toncenter APIs
- TON Index - TON Index collects data from a full node to PostgreSQL database and provides convenient API to an indexed blockchain.
- toncenter/v2 - 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.
Third party APIs
- tonapi.io - 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 - an API specifically designed for seamless Dapp development, enabling easy access to a variety of tools and data.
- dton.io - 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 - another lite-api focused on speed via aggressive cashing in CDN.
- docs.nftscan.com - NFT APIs for TON blockchain.
- everspace.center - Simple RPC API for accessing TON Blockchain.