Skip to main content

Overview

Get TVL (Total Value Locked) data for a token across different exchanges. Two functions are available: TVL snapshot by exchange at a specific date and historical TVL feed.

SDK Methods

getTVLByExchange

Get TVL snapshot distribution across exchanges at a specific date.

getExchangeTVLFeed

Get historical TVL data over time with configurable resolution.

Parameters

string
required
Token contract address
SimpleDateProps
required
Date configuration for snapshot
FeedProps
required
Feed configuration with resolution

Returns

Examples

Get Volume Data

Get trading volume by exchange

API Reference

REST API endpoint