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 |
---|---|
| The date. Format is YYYY-MM-DD. |
| Information of how many address have traded in the given date. |
| Trade volume in USD. |
Example
Request: GET
Response
Last updated