curl --request GET \
--url https://tonapi.io/v2/wallet/{account_id}{
"address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
"is_wallet": true,
"balance": 123456789,
"stats": {
"nfts_count": 123456789,
"jettons_count": 123456789,
"multisig_count": 123456789,
"staking_count": 123456789
},
"plugins": [
{
"address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
"type": "subscription_v1",
"status": "active"
}
],
"status": "active",
"last_activity": 1720860269,
"get_methods": [
"get_item_data"
],
"last_lt": 25713146000001,
"name": "Ton foundation",
"icon": "https://ton.org/logo.png",
"is_suspended": true,
"signature_disabled": true,
"interfaces": [
"<string>"
]
}Get human-friendly information about a wallet without low-level details.
curl --request GET \
--url https://tonapi.io/v2/wallet/{account_id}{
"address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
"is_wallet": true,
"balance": 123456789,
"stats": {
"nfts_count": 123456789,
"jettons_count": 123456789,
"multisig_count": 123456789,
"staking_count": 123456789
},
"plugins": [
{
"address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
"type": "subscription_v1",
"status": "active"
}
],
"status": "active",
"last_activity": 1720860269,
"get_methods": [
"get_item_data"
],
"last_lt": 25713146000001,
"name": "Ton foundation",
"icon": "https://ton.org/logo.png",
"is_suspended": true,
"signature_disabled": true,
"interfaces": [
"<string>"
]
}account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
wallet
"0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf"
123456789
Show child attributes
Show child attributes
nonexist, uninit, active, frozen "active"
unix timestamp
1720860269
["get_item_data"]25713146000001
"Ton foundation"
"https://ton.org/logo.png"
Was this page helpful?