Skip to main content

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

string
required
Token contract address
SimpleFeedProps
required
Date range configuration
FeedProps
required
Feed configuration with resolution

Returns

Examples

Get TVL Data

Get liquidity data by exchange

API Reference

REST API endpoint