Validators by Epoch
validators request type
This endpoint allows you to get the set of validators for a specific epoch on the NEAR blockchain.
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
Request reference
application/jsonThis operation accepts a JSON-RPC body over POST to /.
Required request inputs: yes
{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "validators",
"params": {
"epoch_id": "9p3TzDhp6B5sRCaMi36TXqKWHfjEt4oyqaGoftHHaa8E"
}
}Request schema
jsonrpc *string2.0id *stringmethod *stringvalidatorsparams *objectepoch_id *stringBase58-encoded epoch identifier hash
Response reference
200 application/jsonSuccessful response
Response schema
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