Nomination pools
Returns information associated with a nomination pool which includes the nomination pools' bondedPool
, rewardPool
and metadata
.
Path parameters
poolIdstring · unsignedIntegerRequired
The unsignedInteger Id of a nomination pool.
Query parameters
atstring · unsignedInteger or $hexOptional
Block identifier, as the block height or block hash.
Responses
200
successful operation
application/json
get
GET /pallets/nomination-pools/{poolId} HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
200
successful operation
{
"bondedPool": {
"points": 1,
"state": "text",
"memberCounter": 1,
"roles": {
"depositor": "text",
"root": "text",
"nominator": "text",
"stateToggler": "text"
}
},
"rewardPool": {
"lastRecordedRewardCounter": 1,
"lastRecordedTotalPayouts": 1,
"totalRewardsClaimed": 1
}
}