Get a paginated list of bidders
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
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
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
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.
The Bidder
entity represents an account participating in the to become a for the era after the next one. It has the same properties as the Validator entity, with the network share value being projected instead of actual.
The Bidder
entity has the following properties:
Example
Depending on the endpoint some of the following optional properties may be included in the Bidder
entity:
The Bidder
entity has the following endpoints:
None
provided by the bidder
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 .
account_info
Bidder account info provided by the account owner
centralized_account_info
cspr_name
string
Primary CSPR.name of the account
average_performance
Moving average of validator performance based on the received rewards over the past 360 eras (approximately one month)
public_key
Auction bids are made by accounts
public_key
Bidders that were validators in the past have associated validator performance
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
account_info
Account info provided by the bidder
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
rank
uint8
Projected validator rank based on total bid amount
era_id
uint32
Auction era identifier
public_key
string(68)
Bidder account public key represented as a hexadecimal string
is_active
bool
Describes whether the bidder is active or not
fee
float32
Percentage of the rewards the bidder will retain for its services once becomes a validator
delegators_number
uint64
Number of delegators staked to the bidder
bid_amount
uint64
Amount of bidder bid stake
delegators_stake
uint64
Cumulative stake of all delegators
total_stake
uint64
Total bidder stake. The sum of the self-stake and the delegator stakes.
self_stake
uint64
Bidder self-stake calculated as a sum of the bidder stake and the stakes of the affiliated accounts provided via the Casper Account Info Standard
self_share
float32
Percentage of the bidder's self-stake to its total stake
network_share
float32
Projected network stake share if the bidder becomes a validator