Skip to main content

/eth/v1/validator/duties/attester/{epoch} RPC Method

Loading...

Updated on
Apr 30, 2025

/eth/v1/validator/duties/attester/{epoch} RPC Method

Query Parameters

epoch
integer
REQUIRED
Loading...

Body Parameters

validator_indices
array
REQUIRED
Loading...

Returns

dependent_root
string
Loading...
execution_optimistic
boolean
Loading...
data
array
Loading...
pubkey
string
Loading...
validator_index
string
Loading...
committees_at_slot
string
Loading...
committee_index
string
Loading...
committee_length
string
Loading...
validator_committee_index
string
Loading...
slot
string
Loading...
Request
1
curl --location 'https://docs-demo.quiknode.pro/eth/v1/validator/duties/attester/1' \
2
--header 'accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '[
5
"1"
6
]'
Response
1
{
2
"dependent_root": "0x8c52d736a5bc2a6bc90958cf04b7ac5bd0e3bba8c3a21586f84b92ecfac34025",
3
"execution_optimistic": false,
4
"data": [
5
{
6
"pubkey": "0x8a6aa2eb61ac6d62357b19969be8d4a4e034613aca7096c63667f5b590637af24692d148a4b82b855e1b74d9fc1be1c2",
7
"validator_index": "1",
8
"committees_at_slot": "64",
9
"committee_index": "5",
10
"committee_length": "128",
11
"validator_committee_index": "64",
12
"slot": "98304"
13
}
14
]
15
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free