Get Latest DEX Pair OHLCV
documentedReturns the latest OHLCV data for DEX spot pairs.
GET /v4/dex/pairs/ohlcv/latestDEX 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/latest?contract_address={{$contract_address}}&network_id={{$network_id}}&network_slug={{$network_slug}}&aux={{$aux}}&start={{$start}}&limit={{$limit}}" \
-X GET \
-H "Accept: application/json" \
-H "X-CMC_PRO_API_KEY: {{COINMARKETCAP_API_KEY}}" \
-H "Content-Type: application/json"