Get DEX Listings Info
documentedReturns static metadata for DEX listings.
GET /v4/dex/listings/infoDEX 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/listings/info?id={{$dex_ids}}&aux={{$aux_fields}}" \
-X GET \
-H "X-CMC_PRO_API_KEY: {{COINMARKETCAP_API_KEY}}" \
-H "Accept: application/json"