Skip to main content
GET

Overview

Returns historical trading volume data for a token across different exchanges over time with configurable resolution. Use this to build volume trend charts.

Path Parameters

string
required
Token contract address (hex format)

Query Parameters

string
required
Start date (ISO 8601 format)
string
required
End date (ISO 8601 format)
string
default:"1H"
Data point frequency: 1, 5, 15, 1H, 4H, 1D, 1W

Response

Returns an array of volume data points by exchange (ExchangeDataPoint).
string
required
ISO 8601 timestamp
number
required
Trading volume in token amount
number
required
Trading volume in USD
string
required
Exchange/DEX name