Withdrawals
Get withdrawal metrics for Withdrawal Addresses
This endpoint returns withdrawals by address
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Available options:
mainnet
, hoodi
, holesky
Path Parameters
Query Parameters
The number of results returned per page
The number of results to skip before starting to return
End date
Examples:
"2023-12-31"
Start date
Examples:
"2023-01-01"
Start withdrawal index. The lower bound of the range.
Required range:
x >= 0
Examples:
0
End withdrawal index. The upper bound of the range.
Required range:
x >= 0
Examples:
10
Start slot multiple of 3k
Required range:
x >= 0
End slot multiple of 3k
Required range:
x >= 0
Start epoch. The lower bound of the range.
Required range:
x >= 0
Examples:
0
End epoch. The upper bound of the range.
Required range:
x >= 0
Examples:
10
Response
200
application/json
Successful Response
The response is of type object
.