TonAPIGetV2Account direct/v1/TonAPI/v2/accounts/{account_id}
GET Get human-friendly information about an account without low-level details. link TonAPIGetV2AccountDiff direct/v1/TonAPI/v2/accounts/{account_id}/diff
GET Get account's balance change link TonAPIGetV2AccountDnsBackResolve direct/v1/TonAPI/v2/accounts/{account_id}/dns/backresolve
GET Get account's domains link TonAPIGetV2AccountDnsExpiring direct/v1/TonAPI/v2/accounts/{account_id}/dns/expiring
GET Get expiring account .ton dns link TonAPIGetV2AccountEvent direct/v1/TonAPI/v2/accounts/{account_id}/events/{event_id}
GET Get event for an account by event_id link TonAPIGetV2AccountEvents direct/v1/TonAPI/v2/accounts/{account_id}/events
GET 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. link TonAPIGetV2AccountInfoByStateInit direct/v1/TonAPI/v2/tonconnect/stateinit
POST Get account info by state init link TonAPIGetV2AccountInscriptions direct/v1/TonAPI/v2/experimental/accounts/{account_id}/inscriptions
GET Get all inscriptions by owner address. It's experimental API and can be dropped in the future. link TonAPIGetV2AccountInscriptionsHistory direct/v1/TonAPI/v2/experimental/accounts/{account_id}/inscriptions/history
GET Get the transfer inscriptions history for account. It's experimental API and can be dropped in the future. link TonAPIGetV2AccountInscriptionsHistoryByTicker direct/v1/TonAPI/v2/experimental/accounts/{account_id}/inscriptions/{ticker}/history
GET Get the transfer inscriptions history for account. It's experimental API and can be dropped in the future. link TonAPIGetV2AccountJettonHistoryByID direct/v1/TonAPI/v2/accounts/{account_id}/jettons/{jetton_id}/history
GET Get the transfer jetton history for account and jetton link TonAPIGetV2AccountJettonsBalances direct/v1/TonAPI/v2/accounts/{account_id}/jettons
GET Get all Jettons balances by owner address link TonAPIGetV2AccountPublicKey direct/v1/TonAPI/v2/accounts/{account_id}/publickey
GET Get public key by account id link TonAPIGetV2AccountSubscriptions direct/v1/TonAPI/v2/accounts/{account_id}/subscriptions
GET Get all subscriptions by wallet address link TonAPIGetV2AddressParse direct/v1/TonAPI/v2/address/{account_id}/parse
GET parse address and display in all formats link TonAPIGetV2AllRawShardsInfo direct/v1/TonAPI/v2/liteserver/get_all_shards_info/{block_id}
GET Get all raw shards info link TonAPIGetV2BlockchainAccountInspect direct/v1/TonAPI/v2/blockchain/accounts/{account_id}/inspect
GET Blockchain account inspect link TonAPIGetV2BlockchainBlock direct/v1/TonAPI/v2/blockchain/blocks/{block_id}
GET Get blockchain block data link TonAPIGetV2BlockchainConfig direct/v1/TonAPI/v2/blockchain/config
GET Get blockchain config link TonAPIGetV2BlockchainConfigFromBlock direct/v1/TonAPI/v2/blockchain/masterchain/{masterchain_seqno}/config
GET Get blockchain config from a specific block, if present. link TonAPIGetV2BlockchainMasterchainBlocks direct/v1/TonAPI/v2/blockchain/masterchain/{masterchain_seqno}/blocks
GET Get all blocks in all shards and workchains between target and previous masterchain block according to shards last blocks snapshot in masterchain. We don't recommend to build your app around this method because it has problem with scalability and will work very slow in the future. link TonAPIGetV2BlockchainMasterchainHead direct/v1/TonAPI/v2/blockchain/masterchain-head
GET Get last known masterchain block link TonAPIGetV2BlockchainMasterchainShards direct/v1/TonAPI/v2/blockchain/masterchain/{masterchain_seqno}/shards
GET Get blockchain block shards link TonAPIGetV2BlockchainRawAccount direct/v1/TonAPI/v2/blockchain/accounts/{account_id}
GET Get low-level information about an account taken directly from the blockchain. link TonAPIGetV2BlockchainValidators direct/v1/TonAPI/v2/blockchain/validators
GET Get blockchain validators link TonAPIGetV2DNSAllAuctions direct/v1/TonAPI/v2/dns/auctions
GET Get all auctions link TonAPIGetV2DnsInfo direct/v1/TonAPI/v2/dns/{domain_name}
GET Get full information about domain name link TonAPIGetV2DnsResolve direct/v1/TonAPI/v2/dns/{domain_name}/resolve
GET DNS resolve for domain name link TonAPIGetV2DomainBids direct/v1/TonAPI/v2/dns/{domain_name}/bids
GET Get domain bids link TonAPIGetV2Event direct/v1/TonAPI/v2/events/{event_id}
GET Get an event either by event ID or a hash of any transaction in a trace. An 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. link TonAPIGetV2ExecGetMethodForBlockchainAccount direct/v1/TonAPI/v2/blockchain/accounts/{account_id}/methods/{method_name}
GET Execute get method for account link TonAPIGetV2InscriptionOpTemplate direct/v1/TonAPI/v2/experimental/inscriptions/op-template
GET return comment for making operation with inscription. please don't use it if you don't know what you are doing link TonAPIGetV2JettonHolders direct/v1/TonAPI/v2/jettons/{account_id}/holders
GET Get jetton's holders link TonAPIGetV2JettonInfo direct/v1/TonAPI/v2/jettons/{account_id}
GET Get jetton metadata by jetton master address link TonAPIGetV2Jettons direct/v1/TonAPI/v2/jettons
GET Get a list of all indexed jetton masters in the blockchain. link TonAPIGetV2JettonsEvents direct/v1/TonAPI/v2/events/{event_id}/jettons
GET Get only jetton transfers in the event link TonAPIGetV2OutMsgQueueSizes direct/v1/TonAPI/v2/liteserver/get_out_msg_queue_sizes
GET Get out msg queue sizes link TonAPIGetV2RawAccountState direct/v1/TonAPI/v2/liteserver/get_account_state/{account_id}
GET Get raw account state link TonAPIGetV2RawBlockchainBlock direct/v1/TonAPI/v2/liteserver/get_block/{block_id}
GET Get raw blockchain block link TonAPIGetV2RawBlockchainBlockHeader direct/v1/TonAPI/v2/liteserver/get_block_header/{block_id}
GET Get raw blockchain block header link TonAPIGetV2RawBlockchainBlockState direct/v1/TonAPI/v2/liteserver/get_state/{block_id}
GET Get raw blockchain block state link TonAPIGetV2RawBlockchainConfig direct/v1/TonAPI/v2/blockchain/config/raw
GET Get raw blockchain config link TonAPIGetV2RawBlockchainConfigFromBlock direct/v1/TonAPI/v2/blockchain/masterchain/{masterchain_seqno}/config/raw
GET Get raw blockchain config from a specific block, if present. link TonAPIGetV2RawBlockProof direct/v1/TonAPI/v2/liteserver/get_block_proof
GET Get raw block proof link TonAPIGetV2RawConfig direct/v1/TonAPI/v2/liteserver/get_config_all/{block_id}
GET Get raw config link TonAPIGetV2RawMasterchainInfo direct/v1/TonAPI/v2/liteserver/get_masterchain_info
GET Get raw masterchain info link TonAPIGetV2RawMasterchainInfoExt direct/v1/TonAPI/v2/liteserver/get_masterchain_info_ext
GET Get raw masterchain info ext link TonAPIGetV2RawShardBlockProof direct/v1/TonAPI/v2/liteserver/get_shard_block_proof/{block_id}
GET Get raw shard block proof link TonAPIGetV2RawShardInfo direct/v1/TonAPI/v2/liteserver/get_shard_info/{block_id}
GET Get raw shard info link TonAPIGetV2RawTime direct/v1/TonAPI/v2/liteserver/get_time
GET Get raw time link TonAPIGetV2SearchAccounts direct/v1/TonAPI/v2/accounts/search
GET Search by account domain name link TonAPIGetV2StorageProviders direct/v1/TonAPI/v2/storage/providers
GET Get TON storage providers deployed to the blockchain. link TonAPIGetV2TonConnectPayload direct/v1/TonAPI/v2/tonconnect/payload
GET Get a payload for further token receipt link TonAPIPostV2DecodeMessage direct/v1/TonAPI/v2/message/decode
POST Decode a given message. Only external incoming messages can be decoded currently. link TonAPIPostV2EmulateMessageToAccountEvent direct/v1/TonAPI/v2/accounts/{account_id}/events/emulate
POST Emulate sending message to blockchain link TonAPIPostV2EmulateMessageToEvent direct/v1/TonAPI/v2/events/emulate
POST Emulate sending message to blockchain link TonAPIPostV2GetAccounts direct/v1/TonAPI/v2/accounts/_bulk
POST Get human-friendly information about several accounts without low-level details. link TonAPIPostV2ReindexAccount direct/v1/TonAPI/v2/accounts/{account_id}/reindex
POST Update internal cache for a particular account link TonAPIPostV2SendBlockchainMessage direct/v1/TonAPI/v2/blockchain/message
POST Send message to blockchain link TonAPIPostV2SendRawMessage direct/v1/TonAPI/v2/liteserver/send_message
POST Send raw message to blockchain link