koios_pool_delegators
Retrieve current delegators for a Cardano stake pool using its bech32 Pool ID. Query with pagination and ordering to analyze active delegation details.
Instructions
Get current delegators for a specific pool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (1-1000) | |
| order | No | Column ordering | |
| offset | No | Pagination offset | |
| select | No | Comma-separated column names for vertical filtering | |
| _pool_bech32 | Yes | Pool ID in bech32 format |