Deposits
Retrieve all deposits
Returns all deposit data, including the transaction hash, token address, and other relevant information.
GET
/
deposits
Query Parameters
skip
string
default: 0The number of records to skip for pagination
take
string
default: 12The number of records to return for pagination
stakerAddress
string
The address of the staker
tokenAddress
string
The address of the token deposited
strategyAddress
string
The contract address of the restaking strategy
Response
200 - application/json
data
object[]
requiredmeta
object
requiredWas this page helpful?