Overview
Get trading volume data for a token across different exchanges. Three functions are available: aggregated volume by exchange, historical volume feed per exchange, and transfer volume.SDK Methods
getVolumeByExchange
Get aggregated volume distribution across exchanges for a date range.getExchangeVolumeFeed
Get historical volume data over time with configurable resolution, broken down by exchange.getTransferVolumeFeed
Get historical transfer volume (all on-chain transfers, not just DEX trades).Parameters
Token contract address
Date range configuration
Feed configuration with resolution
Returns
Examples
Related
Get TVL Data
Get liquidity data by exchange
API Reference
REST API endpoint