Get Historical DEX Pair OHLCV
documentedReturns historical OHLCV data for DEX spot pairs.
GET /v4/dex/pairs/ohlcv/historicalDEX APIno implementation yet0 runsNo 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}}"