Validators by Epoch
validators request type
Fetch the validator set for a chosen past epoch, selected by epoch-start block height or Base58 epoch-id hash.
validators request type
Fetch the validator set for a chosen past epoch, selected by epoch-start block height or Base58 epoch-id hash.
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
This operation accepts a JSON-RPC body over POST to /.
Required request inputs: yes
{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "validators",
"params": {
"epoch_id": "4cPDvNDzf3zbKvAxPNWnNGGz8x2tty6xhowmsugAm3fo"
}
}jsonrpc *string2.0id *stringmethod *stringvalidatorsparams *objectepoch_id *stringBase58-encoded epoch identifier hash
Successful response
jsonrpc *string2.0id *one ofresultobjectInformation about this epoch validators and next epoch validators
current_fishermen *arrayFishermen for the current epoch
itemsobjectOne of multiple possible types
current_proposals *arrayProposals in the current epoch
itemsobjectOne of multiple possible types
current_validators *arrayValidators for the current epoch
itemsobjectDescribes information about the current epoch validator
epoch_height *integerEpoch height
epoch_start_height *integerEpoch start block height
next_fishermen *arrayFishermen for the next epoch
itemsobjectOne of multiple possible types
next_validators *arrayValidators for the next epoch
itemsobjectprev_epoch_kickout *arrayKickout in the previous epoch
itemsobjecterrorobjectcodeintegermessagestringdataobject