cURL
curl --request GET \ --url https://api.gammaflip.io/api/v1/exchanges \ --header 'X-API-Key: <api-key>'
{ "data": { "available": { "bybit": true, "deribit": true, "okx": true }, "virtual": [ "all" ] }, "meta": { "timestamp": "2026-04-14T10:00:00+00:00", "exchange": "all", "coin": "BTC", "rate_limit": { "limit": 500, "remaining": 487, "reset": "2026-04-15T00:00:00+00:00" } } }
Returns the list of supported exchanges and the virtual all aggregator.
all
API key prefixed with gex_sk_. Create one in your account dashboard.
gex_sk_
Exchange list
The response payload.
Show child attributes