Stakers
Retrieve all deposits by staker address
Returns all deposit data of the requested staker, including the transaction hash, token address, strategy address, shares and other relevant information.
GET
/
stakers
/
{address}
/
deposits
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?