/v1/accounts/{address}Accounts
Balances, status, code, data, and human-readable account information.
TONNode API · Early access
A developer-first API for accounts, transactions, jettons, NFTs, and indexed blockchain data. Join early access while we finalize public plans.
{
"status": "active",
"balance": "127.4501",
"last_activity": 171…,
"interfaces": ["wallet_v5r1"]
}REST
simple
JSON
normalized
API KEY
scoped
API surface
Start with a clean REST interface and move to direct node access only when your use case requires it.
/v1/accounts/{address}Balances, status, code, data, and human-readable account information.
/v1/transactionsNormalized transactions, messages, actions, and traces with useful filters.
/v1/jettons/{address}Metadata, holders, transfers, collections, and ownership without manual indexing.
/v1/eventsSearchable historical data for analytics, product feeds, and monitoring.
Developer experience
Clear resources, normal HTTP responses, and no infrastructure-specific setup in your application.
const response = await fetch(
"https://api.tonnode.io/v1/accounts/EQ...",
{ headers: { Authorization: "Bearer tn_live_..." } }
);
const account = await response.json();Honest pricing
You will pay for API usage, not for a server you do not need. Early-access users will help shape quotas and plans.
Tell us which endpoints and traffic profile your product needs.