APIsTON Center
Get Nominator Method
Get nominator data in given pool (the only in list) or, if pool is not specified, in all pools where nominator stakes.
X-API-Key<token>
In: header
Query Parameters
nominator*Nominator
The nominator address.
pool?|
The pool address in which nominator stakes coins. If not specified, returns nominator from all his pools.
Response Body
application/json
application/json
curl -X GET "https://example.com/getNominator?nominator=string"[
{
"pool_address": "string",
"balance": 0,
"pending_balance": 0
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}