This endpoint returns withdrawals by address
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
mainnet
, hoodi
, holesky
The number of results returned per page
The number of results to skip before starting to return
End date
"2023-12-31"
Start date
"2023-01-01"
Start withdrawal index. The lower bound of the range.
x >= 0
0
End withdrawal index. The upper bound of the range.
x >= 0
10
Start slot multiple of 3k
x >= 0
End slot multiple of 3k
x >= 0
Start epoch. The lower bound of the range.
x >= 0
0
End epoch. The upper bound of the range.
x >= 0
10
Successful Response
The response is of type object
.