/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.
Parameters:
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
Example:
Last updated