Get bidders
Get a paginated list of bidders
Query params
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
Bidder active filter param
public_key
Comma-separated list of public key
Sorting
rank
Sort bidders by rank
fee
Sort bidders by fee
delegators_number
Sort bidders by delegators number
total_stake
Sort bidders by total stake
self_stake
Sort bidders by self stake
network_share
Sort bidders by network share
Default sorting is total_stake DESC
Optional properties
account_info
average_performance
Moving average of validator performance based on the received rewards over the past 360 eras (approximately one month)
centralized_account_info
Account information available for known accounts provided by CSPR.cloud team
cspr_name
string
Primary CSPR.name of the account
Response
Example
Since this API works only with recent eras, you'll need to replace the era ID with the latest one, which you can fetch using the Get auction metrics API.
Last updated