/eth/v1/validator/duties/proposer/{epoch}
Returns node health status in http status codes. Useful for load balancers.
Parameters:
Example:
// Request
curl -X GET -H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/validator/duties/proposer/284100
// Result
{
"dependent_root": "0xcc0c52cb6aaee9b211c2bbaf28b46faee7517bc6c358db63c07a017fb0e2f612",
"execution_optimistic": false,
"data": [
{
"pubkey": "0x91136da11e4179a276956fc89f1380264a4689728ec6ee509fb254d10d2d49a16353f042cf9d0f141d385118fe05f32f",
"validator_index": "833889",
"slot": "9091200"
},
......Last updated
Was this helpful?