Accounts
Get human-friendly information about several accounts without low-level details.
post/v2/accounts/_bulk
Query parameters
currencystring
Example:usd
Request body
Example request
{
"account_ids": [
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
]
}Response
a list of accounts
Example response
{
"accounts": [
{
"address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
"balance": 123456789,
"currencies_balance": {},
"extra_balance": [
{
"amount": "1000000000",
"preview": {
"decimals": 5,
"id": 239,
"image": "https://cache.tonapi.io/images/extra.jpg",
"symbol": "FMS"
}
}
],
"get_methods": [
"get_item_data"
],
"icon": "https://ton.org/logo.png",
"interfaces": [
"nft_sale"
],
"is_scam": true,
"last_activity": 1720860269,
"memo_required": true,
"name": "Ton foundation",
"status": "active"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.