cURL
curl --request GET \ --url https://pro-api.coingecko.com/api/v3/exchanges/list \ --header 'x-cg-pro-api-key: <api-key>'
[ { "id": "10kswap-starknet-alpha", "name": "10KSwap" }, { "id": "1bch", "name": "1BCH" }, { "id": "3xcalibur", "name": "3xcalibur" } ]
This endpoint allows you to query all the exchanges with ID and name
id
filter by status of exchanges, default: active
active
inactive
List all exchanges with ID and name
exchange ID
exchange name
[ { "id": "10kswap-starknet-alpha", "name": "10KSwap" }, { "id": "1bch", "name": "1BCH" }, { "id": "3xcalibur", "name": "3xcalibur" }]
Was this page helpful?