/v1/beacon/rewards/sync_committee/{block_id}
POST
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/beacon/rewards/sync_committee/{block_id}
Retrieves rewards info for sync committee members specified by array of public keys or validator indices. If no array is provided, the rewards for all sync committee members are returned.
Path Parameters
stringrequired
Block identifier. Can be one of: head (canonical head in node's view), genesis, finalized, <slot>, <hex encoded blockRoot with 0x prefix>.
Request Body
Optional list of validator identifiers. Each entry may be either: - hex encoded public key (48 bytes, 0x prefix), or - validator index (string).
Responses
200
Rewards for sync committee members.
Was this page helpful?