Retrieves a paginated list of deposit transactions with aggregated statistics. Results can be filtered by distributor, product, token, target address, and timestamp range.
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 depositor address to filter deposits by a specific depositor.
Optional transaction hash to filter deposits by a specific transaction.
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.
Represents a paginated list of deposits with aggregated statistics.