v1
latestOpenAPI 3.0.0MIT2026-07-171769101.7 KBReturns the list of delegations for the provided pools. The pool field in the response will be null when the address was previously delegating to a pool in the input, but now the delegation is moved to a pool outside the list, or when the staking key is unregistered.
This is useful to keep track of the delegators for a particular pool.
post/delegation/pool
Request body
Example request
{
"pools": [
"8200581c8baf48931c5187cd59fde553f4e7da2e1a2aa9202ec6e67815cb3f8a"
],
"after": {
"tx": "336d520af58ff440b2f20210ddb5ef5b2c035e0ec7ec258bae4b519a87fa1696",
"block": "2548ad5d0d9d33d50ab43151f574474454017a733e307229fa509c4987ca9782"
},
"untilBlock": "cf8c63a909d91776e27f7d05457e823a9dba606a7ab499ac435e7904ee70d7c8"
}Response
Example response
[
{
"payload": [
{
"pool": "8200581c8baf48931c5187cd59fde553f4e7da2e1a2aa9202ec6e67815cb3f8a",
"credential": "8200581c8baf48931c5187cd59fde553f4e7da2e1a2aa9202ec6e67815cb3f8a"
}
]
}
]