Skip to main content
GET

Overview

Returns trading volume data for a token distributed across different exchanges over a date range. Use this to understand where trading activity is happening.

Path Parameters

string
required
Token contract address (hex format)

Query Parameters

string
required
Start date (YYYY-MM-DD format)
string
required
End date (YYYY-MM-DD format)

Response

Returns an array of volume data by exchange.
number
required
Trading volume in token amount
number
required
Trading volume in USD
string
required
Exchange/DEX name
string
required
Start date of the period (YYYY-MM-DD format)
string
required
End date of the period (YYYY-MM-DD format)