Retrieve all deposits
Deposits
Retrieve all deposits
Returns all deposit data, including the transaction hash, token address, and other relevant information.
GET
Retrieve all deposits
Headers
API Token for authentication
Query Parameters
The number of records to skip for pagination
Example:
0
The number of records to return for pagination
Example:
12
The address of the staker
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x74ede5f75247fbdb9266d2b3a7be63b3db7611dd"
The address of the token deposited
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0xe95a203b1a91a908f9b9ce46459d101078c2c3cb"
The contract address of the restaking strategy
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6"