BLOCKCHAIN
TonAPI, TON Blockchain Connected
Access TonAPI via Uniblock’s unified blockchain API. Retrieve wallet balances, transactions, and NFT data from TON.
TURN INTEGRATIONS INTO YOUR WEB3 EDGE
Boost sales, reduce code, and eliminate headaches with Uniblock's seamless TonAPI integration.
Focus on your core product
Stop diverting your engineers to yet another integration and let them get back to work.
Give customer success a break
Manage your simplified integration issues in a single pane. No therapist required.
Stop Losing Sales to Integration Delays
Launch Web3 integrations in days, not quarters. Your sales team will thank you.
TONAPI EXAMPLE
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/transactions?chainId=ton&walletAddress=EQC123...', options) .then(r=>r.json()).then(console.log).catch(console.error);
OUTPUT
{"transactions":[{"hash":"0xabc...","from":"EQC123...","to":"EQC456...","value":"1000"}]}
About TonAPI
TonAPI provides APIs for The Open Network (TON), enabling developers to access wallet balances, transactions, and NFT data.