Skip to content

Live: Get Free TAO Balance

GET /api/v1/live/accounts/{address}/balance-info
Get a free API key →
curl
NameInTypeRequiredDescription
addresspathstringcoldkey address

Media: application/json

Schema
{
"type": "object",
"required": [
"at",
"feeFrozen",
"free",
"frozen",
"locks",
"miscFrozen",
"nonce",
"reserved",
"tokenSymbol"
],
"properties": {
"at": {
"type": "object",
"required": [
"hash",
"height"
],
"properties": {
"hash": {
"type": "string"
},
"height": {
"type": "string"
}
}
},
"feeFrozen": {
"type": "string"
},
"free": {
"type": "string"
},
"frozen": {
"type": "string"
},
"locks": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"amount",
"reasons"
],
"properties": {
"amount": {
"type": "string"
},
"id": {
"type": "string"
},
"reasons": {
"type": "string"
}
}
}
},
"miscFrozen": {
"type": "string"
},
"nonce": {
"type": "string"
},
"reserved": {
"type": "string"
},
"tokenSymbol": {
"type": "string"
}
}
}
Examples
{
"Result": {
"value": "{}"
}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.