Retrieve information about validators for a specific epoch
Retrieve information about validators for a specific epoch
curl -i -X POST \
https://rpc.mainnet.fastnear.com/ \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "validators",
"params": {
"epoch_id": "GZP8ApSTYZGrn8WnKTuYvJixMvK2MtQBB7eCGZZHQaS6"
}
}'{ "jsonrpc": "2.0", "id": "string", "result": { "current_fishermen": [ … ], "current_proposals": [ … ], "current_validators": [ … ], "epoch_height": 0, "epoch_start_height": 0, "next_fishermen": [ … ], "next_validators": [ … ], "prev_epoch_kickout": [ … ] }, "error": { "code": 0, "message": "string", "data": {} } }