Deposit Products
Retrieves a list of unique product IDs from deposit transactions.
Results can be filtered by the same parameters as the /deposits
endpoint.
This endpoint is useful for discovering which products have deposits matching specific criteria.
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 selecting distinct product IDs.
Optional offset for the query scope (not for pagination). This is applied before selecting distinct product IDs.
Response
The response is of type string[]
.