Withdrawals
Retrieve all withdrawals
Returns all withdrawal data, including the withdrawal root, nonce, withdrawal status, and other relevant information.
GET
/
withdrawals
Query Parameters
stakerAddress
string
The address of the staker
delegatedTo
string
The address of the operator to which the stake is delegated
strategyAddress
string
The contract address of the restaking strategy
status
enum<string>
The status of the withdrawal
Available options:
queued
, queued_withdrawable
, completed
skip
string
default: 0The number of records to skip for pagination
take
string
default: 12The number of records to return for pagination
Response
200 - application/json
data
object[]
requiredmeta
object
requiredWas this page helpful?