Get Latest DEX Spot Pairs
documentedReturns the latest listing of DEX spot pairs with current data.
GET /v4/dex/spot-pairs/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/spot-pairs/latest?network_id={{network_id}}&network_slug={{network_slug}}&dex_id={{dex_id}}&dex_slug={{dex_slug}}&contract_address={{contract_address}}&limit={{limit}}" \
-X GET \
-H "X-CMC_PRO_API_KEY: {{COINMARKETCAP_API_KEY}}" \
-H "Accept: application/json"