Get withdrawal metrics for Withdrawal Addresses
Withdrawals
Get withdrawal metrics for Withdrawal Addresses
This endpoint returns withdrawals by address
GET
Get withdrawal metrics for Withdrawal Addresses
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
Example:
"2023-12-31"
Start date
Example:
"2023-01-01"
Start withdrawal index. The lower bound of the range.
Required range:
x >= 0Example:
0
End withdrawal index. The upper bound of the range.
Required range:
x >= 0Example:
10
Start slot multiple of 3k
Required range:
x >= 0End slot multiple of 3k
Required range:
x >= 0Start epoch. The lower bound of the range.
Required range:
x >= 0Example:
0
End epoch. The upper bound of the range.
Required range:
x >= 0Example:
10