GET
/
v0
/
eth
/
blocks
/
{consensus_slot}
/
syncCommitteeRewards
curl --request GET \
  --url https://api.rated.network/v0/eth/blocks/{consensus_slot}/syncCommitteeRewards
{
  "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>"
}

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
holesky

Path Parameters

consensus_slot
integer
required
Required range: x > 0

Query Parameters

limit
integer
default:
512

Response

200
application/json
Successful Response
page
object
required
total
integer
required
Required range: x > 0
data
object[]
required
next
string | null
required