koios_account_updates
Fetch registration and deregistration updates for specified stake addresses with support for pagination, ordering, and filtering.
Instructions
Get account registration/deregistration updates for given stake accounts
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 | |
| _stake_addresses | Yes | Array of stake addresses (bech32 format) |