Stakers
Retrieve all withdrawals by staker address
Returns all withdrawal data of the requested staker, including the withdrawal root, nonce, withdrawal status, and other relevant information.
GET
/
stakers
/
{address}
/
withdrawals
Path Parameters
address
string
requiredThe address of the staker
Query Parameters
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?