GET
/
v1
/
deposit_stats
curl --request GET \
  --url https://earn.turtle.vision/v1/deposit_stats
{
  "total_count": 123,
  "total_value": "<string>",
  "distributor_count": {},
  "distributor_value": {},
  "referral_count": {},
  "referral_value": {}
}

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 aggregation.

offset
integer

Optional offset for the query scope (not for pagination). This is applied before aggregation.

Response

200 - application/json; charset=utf-8

Aggregated statistics for a collection of deposits.