Skip to main content

/eth/v1/beacon/states/{state_id}/validator_balances REST API Endpoint

Loading...

Updated on
Apr 10, 2026

/eth/v1/beacon/states/{state_id}/validator_balances REST API Endpoint

Path Parameters

state_id
string
REQUIRED
Loading...

Query Parameters

id
array
Loading...

Returns

execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
object
Loading...
index
string
Loading...
balance
string
Loading...
Request
1
curl -X GET "https://docs-demo.vana-mainnet.quiknode.pro/eth/v1/beacon/states/1/validator_balances?id=0x8ab7aa0d5117ccbcf7567f397107e2f1a2c3308de896b0f0190f9419176192e15345dd0415bd9f7e26980e8220c77291" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.vana-mainnet.quiknode.pro/eth/v1/beacon/states/1/validator_balances?id=0x8ab7aa0d5117ccbcf7567f397107e2f1a2c3308de896b0f0190f9419176192e15345dd0415bd9f7e26980e8220c77291" \
2
-H "Content-Type: application/json"
Response
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
{
6
"index": "91343",
7
"balance": "0"
8
}
9
]
10
}
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
{
6
"index": "91343",
7
"balance": "0"
8
}
9
]
10
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free