Auction metrics
The AuctionMetrics
entity represents calculated metrics for the era retrieved from auction info
Properties
The AuctionMetrics
entity has the following properties:
Property
Type
Description
current_era_id
uint
Current era identifier
active_validator_number
uint
Current number of active validators
total_active_era_stake
uint
Total sum of all validator stakes from current and next era
Example
{
"data": {
"current_era_id": 12137,
"active_validator_number": 100,
"total_bids_number": 256,
"active_bids_number": 110,
"total_active_era_stake": "17143148308665709822"
}
}
Optional properties
None
Relations
Endpoints
The AuctionMetrics
entity has the following endpoints:
Relation endpoints
None
Last updated