GET
/
v1
/
deposit_products
curl --request GET \
  --url https://earn.turtle.vision/v1/deposit_products
[
  "<string>"
]

Query Parameters

distributor_id
string

The ID of the distributor to filter deposits by.

referral_code
string

The ID of the referral to filter deposits by.

product_id
string

Optional product ID (UUID) to filter deposits for a specific product.

token
string

Optional token address to filter deposits by a specific token.

target
string

Optional target address (e.g., vault) to filter deposits.

min_timestamp
integer

Optional minimum timestamp (Unix milliseconds) to filter deposits.

max_timestamp
integer

Optional maximum timestamp (Unix milliseconds) to filter deposits.

limit
integer

Optional limit for the query scope (not for pagination). This is applied before selecting distinct product IDs.

offset
integer

Optional offset for the query scope (not for pagination). This is applied before selecting distinct product IDs.

Response

200 - application/json; charset=utf-8

The response is of type string[].