Skip to main content

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

Loading...

Updated on
Sep 26, 2025

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

Parameters

state_id
string
REQUIRED
Loading...

Returns

version
string
Loading...
execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
array
Loading...
pubkey
string
Loading...
withdrawal_credentials
string
Loading...
amount
string
Loading...
signature
string
Loading...
slot
string
Loading...
Request
1
curl -X GET \
2
"https://docs-demo.quiknode.pro/eth/v1/beacon/states/head/pending_deposits" \
3
-H "accept: application/json"
Response
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
{
6
"pubkey": "0xab857775eacb1fadaf9d7b9e5dbe6d9f4dcd8e87c6d11da36931e729fd28a57c8d4161147e2d9dabebf7c5f53a4b5ac6",
7
"withdrawal_credentials": "0x0000000000000000000000000000000000000000000000000000000000000000",
8
"amount": "2015950000000",
9
"signature": "0xc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
10
"slot": "12559201"
11
}
12
]
13
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free