Deposit Stats
Retrieves aggregated statistics for deposit transactions.
This endpoint is more efficient than /deposits
if you only need statistics, as it performs aggregations at the database level.
Results can be filtered by the same parameters as the /deposits
endpoint.
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 query scope (not for pagination). This is applied before aggregation.
Optional offset for the query scope (not for pagination). This is applied before aggregation.
Response
Aggregated statistics for a collection of deposits.