Accounts
Accounts service provide API access to structured account information within the TON network. Allows retrieval of data such as balance, transaction history, DNS, multisigs, NFTs, Jettons, and other account-related details without dealing with low-level specifics. All data is regularly updated and can be used to build applications that require accurate and up-to-date account information.
Operations
getAccounts
- Get human-friendly information about several accounts without low-level details.searchAccounts
- Search by account domain namegetAccount
- Get human-friendly information about an account without low-level details.getAccountDiff
- Get account's balance changeaccountDnsBackResolve
- Get account's domainsgetAccountDnsExpiring
- Get expiring account .ton dnsgetAccountEvents
- Get events for an account. Each event is built on top of a trace which is a series of transactions caused by one inbound message. TonAPI looks for known patterns inside the trace and splits the trace into actions, where a single action represents a meaningful high-level operation like a Jetton Transfer or an NFT Purchase. Actions are expected to be shown to users. It is advised not to build any logic on top of actions because actions can be changed at any time.getAccountEvent
- Get event for an account by event_idgetAccountJettonsBalances
- Get all Jettons balances by owner addressgetAccountJettonsHistory
- Get the transfer jettons history for accountgetAccountJettonBalance
- Get Jetton balance by owner addressgetAccountJettonHistoryByID
- Get the transfer jetton history for account and jettongetAccountMultisigs
- Get account's multisigsgetAccountNftItems
- Get all NFT items by owner addressgetAccountPublicKey
- Get public key by account idreindexAccount
- Update internal cache for a particular accountgetAccountSubscriptions
- Get all subscriptions by wallet addressgetAccountTraces
- Get traces for accountemulateMessageToAccountEvent
- Emulate sending message to blockchain