Stakers
Retrieve queued and withdrawable withdrawals by staker address
Returns all queued and withdrawable withdrawal data of the requested staker.
GET
/
stakers
/
{address}
/
withdrawals
/
queued_withdrawable
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
required