platform_get_pending_validators
Get the pending validators of a Subnet/L1 (paginated; use limit/offset)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 50). Use with "offset" to page. | |
| offset | No | Number of items to skip from the start (default: 0). | |
| network | No | Avalanche network to query (default: mainnet) | |
| nodeIDs | No | Optional list of node IDs to filter by | |
| subnetID | No | The Subnet ID to query pending validators for (default: Primary Network) |