get https://open-api-v4.coinglass.com/api/futures/supported-exchanges
This endpoint allows you to query all the supported exchanges on CoinGlass
This endpoint is available on the following API plans:
| Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
|---|---|---|---|---|---|
| Available | ✅ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"data": [
"OKX",
"Binance",
"HTX",
"Bitmex",
"Bitfinex",
"Bybit",
"Deribit",
"Gate",
"Kraken",
"KuCoin",
"CME",
"Bitget",
"dYdX",
"CoinEx",
"BingX",
"Coinbase",
"Gemini",
"Crypto.com",
"Hyperliquid",
"Bitunix",
"MEXC",
"WhiteBIT",
"Aster",
"Lighter",
"EdgeX",
"Drift",
"Paradex",
"Extended",
"ApeX Omni"
]
}