cURL
curl --request GET \ --url https://api.rated.network/v0/eth/blocks/{consensus_slot}/syncCommitteeRewards \ --header 'Authorization: Bearer <token>'
{ "page": { "from": 123, "to": 123, "size": 10, "granularity": "hour", "filterType": "hour" }, "total": 1, "data": [ { "blockTimestamp": "2023-10-09T11:00:47", "consensusSlot": 7502102, "epoch": 234440, "syncCommitteeRewards": 22249, "validatorIndex": 888078 } ], "next": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
mainnet
hoodi
holesky
x >= 0
Successful Response
The response is of type object.
object