Endpoints
List deposits
Returns the deposits.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
List of deposits
Deposit identifier.
Example:
"019aaff0-1c20-7661-b79c-84b9f0945901"
Network of the deposits.
Example:
"ethereum"
Currency of the deposit.
Example:
"USDC"
Amount of the deposit.
Example:
"10"
Creation timestamp (ISO 8601).
Example:
"2025-11-20T06:08:34.925Z"
Network-specific deposit details.
cURL