curl --location \
'https://api.uniblock.dev/uni/v1/ton-http/v2/status?chainId=ton' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json'
{
"rest_online": true,
"indexing_latency": 0
}
curl --location \
'https://api.uniblock.dev/uni/v1/ton-http/v2/status?chainId=ton' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json'
{
"rest_online": true,
"indexing_latency": 0
}
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.Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
ton for mainnet or ton-testnet for testnet.v2/status - Get API statusv2/accounts/{account_id} - Get account informationv2/blockchain/masterchain-head - Get masterchain headv2/rates - Get exchange ratesv2/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 transactionsv2/blockchain/masterchain-head - Get masterchain headv2/blockchain/blocks/{block_id} - Get block informationv2/blockchain/transactions/{transaction_id} - Get transaction detailsv2/blockchain/validators - Get validators listv2/jettons - Get jettons listv2/jettons/{account_id} - Get jetton informationv2/jettons/{account_id}/holders - Get jetton holdersv2/nfts/collections - Get NFT collectionsv2/nfts/collections/{account_id} - Get collection informationv2/nfts/{account_id} - Get NFT informationv2/status - Get API statusv2/rates - Get exchange ratesv2/dns/{domain_name} - Resolve DNS namev2/staking/pools - Get staking poolscurl --location \
'https://api.uniblock.dev/uni/v1/ton-http/v2/status?chainId=ton' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json'
{
"rest_online": true,
"indexing_latency": 0
}
Was this page helpful?