curl --request GET \
--url https://toncenter.com/api/v2/getExtendedAddressInformation{
"ok": true,
"result": {
"@type": "fullAccountState",
"address": {
"@type": "accountAddress",
"account_address": "<string>"
},
"balance": "<string>",
"extra_currencies": [
{
"@type": "extraCurrency",
"id": 123,
"amount": "<string>"
}
],
"last_transaction_id": {
"@type": "internal.transactionId",
"lt": "<string>",
"hash": "<string>"
},
"block_id": {
"@type": "ton.blockIdExt",
"workchain": 123,
"shard": "<string>",
"seqno": 123,
"root_hash": "<string>",
"file_hash": "<string>"
},
"sync_utime": 123,
"account_state": {
"@type": "raw.accountState",
"code": "<string>",
"data": "<string>",
"frozen_hash": "<string>"
},
"revision": 123
}
}Get extended information about address
curl --request GET \
--url https://toncenter.com/api/v2/getExtendedAddressInformation{
"ok": true,
"result": {
"@type": "fullAccountState",
"address": {
"@type": "accountAddress",
"account_address": "<string>"
},
"balance": "<string>",
"extra_currencies": [
{
"@type": "extraCurrency",
"id": 123,
"amount": "<string>"
}
],
"last_transaction_id": {
"@type": "internal.transactionId",
"lt": "<string>",
"hash": "<string>"
},
"block_id": {
"@type": "ton.blockIdExt",
"workchain": 123,
"shard": "<string>",
"seqno": 123,
"root_hash": "<string>",
"file_hash": "<string>"
},
"sync_utime": 123,
"account_state": {
"@type": "raw.accountState",
"code": "<string>",
"data": "<string>",
"frozen_hash": "<string>"
},
"revision": 123
}
}Documentation Index
Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?