GET /api/trade_volume_usd_7d
Returns trade volume information for the last 7 days.
Response
Trade volume information will be returned in an array, and if there's any error message, it will be returned in the error
field. Trade volume fields are defined as follows:
Field
Description
date
The date. Format is YYYY-MM-DD.
address_count
Information of how many address have traded in the given date.
trade_volume_usd
Trade volume in USD.
Example
Request: GET
Response
Last updated