Live: Get Free TAO Balance
Endpoint
Section titled “Endpoint”GET /api/v1/live/accounts/{address}/balance-infoTry it
Section titled “Try it”Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
address | path | string | ✅ | coldkey address |
Responses
Section titled “Responses”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": "{}" }}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.