List validators

Lists details for validators. By default, returns details for all validators. Filterable by validator node ids and minimum delegation capacity.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Either mainnet or a testnet.

Allowed:
Query Params
string

A page token, received from a previous list call. Provide this to retrieve the subsequent page.

integer
1 to 100
Defaults to 10

The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.

string

A comma separated list of node ids to filter by.

string
enum

Which property to sort by, in conjunction with sortOrder.

Note: Delegation fee is only available for mainnet validators. Set subnetId to 11111111111111111111111111111111LpoYY to use this option.

Allowed:
string
enum

The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the sortBy query parameter, if provided.

Allowed:
string
enum

Validation status of the node.

Allowed:
string

The minimum delegation capacity, in nAVAX, used to filter the set of nodes being returned. Accepts values between 0 and 720,000,000,000,000,000

string

The maximum delegation capacity, in nAVAX, used to filter the set of nodes being returned. Accepts values between 0 and 720,000,000,000,000,000.

number
0 to 2147483647

The minimum validation time remaining, in seconds, used to filter the set of nodes being returned.

number
0 to 2147483647

The maximum validation time remaining, in seconds, used to filter the set of nodes being returned.

number
2 to 100

The minimum fee percentage, used to filter the set of nodes being returned. If this field is populated no subnet validations will be returned, as their fee percentage is null, since subnet delegations are not supported. Default is 2.0, as per the Avalanche spec.

number
2 to 100

The maximum fee percentage, used to filter the set of nodes being returned. If this field is populated no subnet validations will be returned, as their fee percentage is null, since subnet delegations are not supported. Default is 100.0.

number
0 to 100

The minimum node uptime performance percentage, which represents node health, used to filter the set of nodes being returned Default is 90.

number
0 to 100

The maximum node uptime performance percentage, which represents node health, used to filter the set of nodes being returned. Default is 100.

string

The subnet ID to filter by. If not provided, then all subnets will be returned.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json