Returns the authenticated client’s deposits, newest first. Supports filtering by account, status, and source chain.
API key for authentication
"your-api-key"
Ethereum address (0x followed by 40 hex characters)
^0x[a-fA-F0-9]{40}$"0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91"
Filter by deposit status
pending, processing, completed, failed "failed"
CAIP-2 chain identifier (e.g. "eip155:8453")
^[a-z0-9]+:[a-zA-Z0-9]+$"eip155:8453"
Maximum number of deposits to return
1 <= x <= 10020
Pagination cursor. Use the nextCursor returned by the previous page.
^\d+$"123"