🆕Price OHLCV

Get Token OHLCV Data

post

Get unified OHLCV (Open, High, Low, Close, Volume) data for tokens across supported chains.

This endpoint unifies the legacy TGM prices endpoints (/tgm/prices/low-timeframe and /tgm/prices/high-timeframe) into a single endpoint with support for multiple timeframes:

Low timeframes (sub-hourly): 1m, 5m, 15m, 30m, 1h High timeframes (multi-hour): 4h, 1d, 1w, 1M

Returns OHLCV candle data including:

  • Price data: open, high, low, close prices

  • Volume data: trading volume in token units and USD

  • Market cap data: market capitalization at each time point

Date range defaults to the last 30 days if not specified.

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for Token OHLCV endpoint.

This endpoint provides unified OHLCV (Open, High, Low, Close, Volume) data for tokens across supported chains with different time resolutions.

chainstring · enumRequired

Blockchain chain

Example: ethereumPossible values:
token_addressstringRequired

Token contract address

Example: 0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9
date_rangeany ofOptional

Date range for the data (defaults to last 30 days if not specified)

timeframestring · enumRequired

Time resolution for OHLCV data

Example: 1hPossible values:
Responses
chevron-right
200

Token OHLCV data

application/json
post
/api/v1/tgm/token-ohlcv

Last updated

Was this helpful?