Sign in

Get Historical DEX Pair OHLCV

documented

Returns historical OHLCV data for DEX spot pairs.

GET /v4/dex/pairs/ohlcv/historicalDEX APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://pro-api.coinmarketcap.com/v4/dex/pairs/ohlcv/historical?contract_address={{$contract_address}}&network_id={{$network_id}}&network_slug={{$network_slug}}&time_period={{$time_period}}&time_start={{$time_start}}&time_end={{$time_end}}&count={{$count}}&interval={{$interval}}&aux={{$aux}}&convert_id={{$convert_id}}&skip_invalid={{$skip_invalid}}&reverse_order={{$reverse_order}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-CMC_PRO_API_KEY: {{COINMARKETCAP_API_KEY}}"
Get Historical DEX Pair OHLCV · CoinMarketCap · OpenIntegrations