v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-013469188.5 KB
Utilities

Aggregated deposit statistics

Returns aggregated deposit statistics (total deposits, unique depositors, and total USD volume) for the authenticated client over the requested rolling time window. Only completed deposits are counted.

get/deposits/stats

Query parameters

period'24h' | '7d' | '30d' required

Rolling time window for aggregated stats

Example:7d

Rolling time window for aggregated stats

Headers

x-api-keystring

API key for authentication (omit when sending Authorization)

Example:your-api-key

API key for authentication (omit when sending Authorization)

authorizationstring

Bearer platform token (e.g. forwarded by user-service). Takes precedence over x-api-key when both are present.

Example:Bearer eyJhbGciOi...

Bearer platform token (e.g. forwarded by user-service). Takes precedence over x-api-key when both are present.

Response

Deposit statistics for the requested period

period'24h' | '7d' | '30d' required

Rolling time window for aggregated stats

totalDepositsinteger required
uniqueUsersinteger required
volumeUsdstring required

Example response

{
  "period": "7d"
}