List Stability validators.
stability
List Stability validators.
Retrieves a paginated list of validators on the Stability chain, optionally filtered by state and sorted by state, address hash or number of blocks produced.
GET
List Stability validators.
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
The ID of the blockchain
Query Parameters
Comma-separated list of validator states to keep. Allowed values: active, probation, inactive (case-sensitive).
Pattern:
^(active|probation|inactive)(,(active|probation|inactive))*$Sort results by:
- state - Sort by validator operational state
- address_hash - Sort by address hash
- blocks_validated - Sort by number of blocks validated by the validator
Should be used together with
orderparameter.
Available options:
state, address_hash, blocks_validated Sort order:
- asc - Ascending order
- desc - Descending order
Should be used together with
sortparameter.
Available options:
asc, desc Cursor field — validator state from the previous page's next_page_params.
Available options:
active, probation, inactive Cursor field — validator address hash from the previous page's next_page_params.
Pattern:
^0x([A-Fa-f0-9]{40})$Cursor field — number of blocks validated from the previous page's next_page_params.
Required range:
x >= 0