Deposits
Retrieves a paginated list of deposit transactions with aggregated statistics. Results can be filtered by distributor, product, token, target address, and timestamp range.
Query Parameters
The ID of the distributor to filter deposits by.
The ID of the referral to filter deposits by.
Optional product ID (UUID) to filter deposits for a specific product.
Optional token address to filter deposits by a specific token.
Optional target address (e.g., vault) to filter deposits.
Optional minimum timestamp (Unix milliseconds) to filter deposits.
Optional maximum timestamp (Unix milliseconds) to filter deposits.
Optional limit for the number of deposits to return (default: 100, max: 2000).
Optional offset for paginating through deposits.
Response
Represents a paginated list of deposits with aggregated statistics.