v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
DexTrades

Tokens with trades within the last active_within seconds, with metrics per window.

get/v1/dextrades/activity

Query parameters

active_withininteger required

Activity window in seconds (tokens with trades within it are returned)

windowsinteger[] required

Metric windows in seconds, each ending now (1..8 entries)

Response

Active tokens ordered by activity-window volume descending, then by token (deterministic). CONTRACT: a token is absent from the response if and only if it had no trades within active_within; consumers may rely on absence to zero out their stats. Any future response size limit must be announced explicitly (flag/header), never applied silently.

tokenstring required
price_usdnumber double required

Close of the latest bar

tvl_usdnumber double nullable

Sum of TVL of yield pools containing the token; null until yield state is warmed up

pools_countinteger nullable