Get validators

Get a paginated list of validators

GET /validators

Query params

Query param
Description

era_id

Active auction era identifier. Data for older eras aren't persistent for long, and will eventually become unavailable. This is a required parameter

is_active

Validator active filter param

public_key

Comma-separated list of public key

Sorting

Property
Description

rank

Sort validators by rank

fee

Sort validators by fee

delegators_number

Sort validators by delegators number

total_stake

Sort validators by total stake

self_stake

Sort validators by self stake

network_share

Sort validators by network share

Default sorting is total_stake DESC

Optional properties

Property
Type
Description

account_info

Account info of validator public key

average_performance

Validator average performance

Response

PaginatedResponse<Validator>

Example

Last updated