Skip to main content
POST
Rewards

Authorizations

Authorization
string
header
required

Authorization header with value: Bearer YOUR_TOKEN. Refer to the API Keys section to create your API key.

Body

application/json

validator is optional in this request body

Specify a slot using one of the slot number. Selecting by a consensus view may soon be available in a future update.

slot
Number · object
required
chain
enum<string>
default:mainnet
required

The Ethereum chain to query.

Available options:
mainnet,
hoodi
cursor
string
default:""

Cursor value for pagination. See our pagination guide for more details.

page_size
integer
default:10

The number of items to return per page.

Required range: 1 <= x <= 10
validator
Indices/Pubkeys · object

validator is optional in this request body. If not provided, results will be unfiltered.

Response

Successful response.

Response containing detailed information about past or future attestation duties.

data
object[]
required
paging
object