Retrieve daily network DEX/DeFi activity, including trade count, trader count, trading volume in USD, and the number of active DEX platforms, over a given time range.
QUERY PARAMS
range
number
Time range in days for the data to be returned, counting back from today. Will be overrided by from_time and to_time if provided.
from_time
number
Used when you want to filter data by time. Format time: YYYYMMDD. Pass together with to_time to filter by a start and end date. Example: ?from_time=20240701&to_time=20240715
to_time
number
Used when you want to filter data by time. Format time: YYYYMMDD. Pass together with from_time to filter by a start and end date. Example: ?from_time=20240701&to_time=20240715
RESPONSES
200
OK
Response Body
success
boolean
Status of Api
updated_time
number
Unix timestamp (in seconds) of when this response was generated
lag_days
number
Number of days by which the underlying data lags behind real time
block_date
string
Date of the data point, formatted as YYYY-MM-DD
block_time
number
Unix timestamp (in seconds) of block_date
trade_count
number
Number of trades executed across DEX platforms on this date
trader_count
number
Number of unique traders active across DEX platforms on this date
volume_usd
number
Total trading volume across DEX platforms on this date, denominated in USD
active_dex_count
number
Number of distinct DEX platform and source combinations active on this date
400
Bad Request
Response Body
429
Too Many Requests
Response Body
500
Internal Server Error
Response Body