Withdrawals
Get withdrawal metrics for Withdrawal Addresses
This endpoint returns withdrawals by address
GET
Headers
Available options:
mainnet
, holesky
Path Parameters
Query Parameters
The number of results returned per page
The number of results to skip before starting to return
End date
Example:
"2023-12-31"
Start date
Example:
"2023-01-01"
Start withdrawal index. The lower bound of the range.
Required range:
x >= 0
Example:
0
End withdrawal index. The upper bound of the range.
Required range:
x >= 0
Example:
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
Example:
0
End epoch. The upper bound of the range.
Required range:
x >= 0
Example:
10