Skip to main content
GET
/
exchanges
List available exchanges
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"
    }
  }
}

Authorizations

X-API-Key
string
header
required

API key prefixed with gex_sk_. Create one in your account dashboard.

Response

Exchange list

data
object
required

The response payload.

meta
object
required