Skip to content

Get Current Delegation/Staking Balances

GET /api/delegation/balance/latest/v1
NameInTypeRequiredDescription
delegatequerystringHotkey of Validator
nominatorquerystringcoldkey of delegator
pagequeryinteger
limitqueryinteger
orderquerystring

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 5,
"default": 0
},
"total_items": {
"type": "integer",
"example": 26987,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 5398,
"default": 0
},
"next_page": {
"type": "integer",
"example": 2,
"default": 0
},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"nominator": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5C59JBL8eYacZPeDA5LYCjTd7BKNHE44hG8hsE9DmkFwefMR"
},
"hex": {
"type": "string",
"example": "0x0055a35aba61dfc8dd56c131302e98230bfdc2191c67bd300e651adaf44b4e20"
}
}
},
"delegate": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5HEo565WAy4Dbq3Sv271SAi7syBSofyfhhwRNjFNSM2gP9M2"
},
"hex": {
"type": "string",
"example": "0xe4df2c7397e1443378b4cec0f2fca9dac1d0923d020e7aab11dd41428014ab59"
}
}
},
"block_number": {
"type": "integer",
"example": 4106750,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2024-10-23T14:55:36.004Z"
},
"balance": {
"type": "string",
"example": "262028445567403"
},
"delegate_from": {
"type": "integer",
"example": 252183,
"default": 0
},
"delegate_from_timestamp": {
"type": "string",
"example": "2023-04-24T19:25:36.001Z"
}
}
}
}
}
}

Media: application/json

{
"type": "object",
"properties": {}
}

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