Wallet
Get human-friendly information about a wallet without low-level details.
get/v2/wallet/{account_id}
Path parameters
account_idstring address required
Example:0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
account ID
Response
wallet
Example response
{
"address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
"balance": 123456789,
"get_methods": [
"get_item_data"
],
"icon": "https://ton.org/logo.png",
"last_activity": 1720860269,
"last_lt": 25713146000001,
"name": "Ton foundation",
"plugins": [
{
"address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
"status": "active",
"type": "subscription_v1"
}
],
"stats": {
"jettons_count": 123456789,
"multisig_count": 123456789,
"nfts_count": 123456789,
"staking_count": 123456789
},
"status": "active"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.