/eth/v1/beacon/rewards/attestations/{epoch}
Retrieve attestation reward info for validators specified by array of public keys or validator index. If no array is provided, return reward info for every validator.
Last updated
Was this helpful?
Retrieve attestation reward info for validators specified by array of public keys or validator index. If no array is provided, return reward info for every validator.
epoch-string, The epoch to get rewards info from
Request body:
An array of either hex encoded public key (any bytes48 with 0x prefix) or validator index
// Request
curl -X POST -H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/beacon/rewards/attestations/280000
'
[
"722032"
]
'
// Result
Last updated
Was this helpful?
Was this helpful?