Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://tonapi.io/v2/accounts/_bulk \ --header 'Content-Type: application/json' \ --data ' { "account_ids": [ "0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621" ] } '
{ "accounts": [ { "address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf", "balance": 123456789, "last_activity": 1720860269, "status": "active", "get_methods": [ "get_item_data" ], "is_wallet": true, "extra_balance": [ { "amount": "1000000000", "preview": { "id": 239, "symbol": "FMS", "decimals": 5, "image": "https://cache.tonapi.io/images/extra.jpg" } } ], "currencies_balance": {}, "interfaces": [ "nft_sale" ], "name": "Ton foundation", "is_scam": true, "icon": "https://ton.org/logo.png", "memo_required": true, "is_suspended": true } ] }
{ "error": "<string>", "error_code": 123 }
Get human-friendly information about several accounts without low-level details.
"usd"
a list of account ids
a list of accounts
Show child attributes
Related topics
Was this page helpful?