Ton Http
TON HTTP API
GET
Access all TON API endpoints through Uniblock’s unified interface. This playground allows you to test any TON API endpoint interactively.
For complete endpoint documentation, visit TON API Docs.
Parameters
Network identifier. Use
ton for mainnet or ton-testnet for testnet.TON API endpoint path. Examples:
v2/status- Get API statusv2/accounts/{account_id}- Get account informationv2/blockchain/masterchain-head- Get masterchain headv2/rates- Get exchange rates
Common Endpoints
Account Endpoints
v2/accounts/{account_id}- Get account informationv2/accounts/{account_id}/events- Get account eventsv2/accounts/{account_id}/jettons- Get account jettonsv2/accounts/{account_id}/nfts- Get account NFTsv2/accounts/{account_id}/transactions- Get account transactions
Blockchain Endpoints
v2/blockchain/masterchain-head- Get masterchain headv2/blockchain/blocks/{block_id}- Get block informationv2/blockchain/transactions/{transaction_id}- Get transaction detailsv2/blockchain/validators- Get validators list
Jetton Endpoints
v2/jettons- Get jettons listv2/jettons/{account_id}- Get jetton informationv2/jettons/{account_id}/holders- Get jetton holders
NFT Endpoints
v2/nfts/collections- Get NFT collectionsv2/nfts/collections/{account_id}- Get collection informationv2/nfts/{account_id}- Get NFT information
Other Endpoints
v2/status- Get API statusv2/rates- Get exchange ratesv2/dns/{domain_name}- Resolve DNS namev2/staking/pools- Get staking pools
Returns
Response varies by endpoint. See TON API Docs for specific endpoint responses.