curl https://api.gammaflip.io/api/v1/gex/term-oi/all/BTC \ -H "X-API-Key: gex_sk_your_key_here"
{ "data": { "expirations": [ { "date": "25APR26", "total_gex": 142857000, "total_oi": 12543, "by_exchange": { "bybit": { "gex": 42857000, "oi": 4200 }, "deribit": { "gex": 100000000, "oi": 8343 } } } ] }, "meta": { "timestamp": "2026-04-14T10:00:00+00:00", "exchange": "all", "coin": "BTC", "rate_limit": { "limit": 500, "remaining": 494, "reset": "2026-04-15T00:00:00+00:00" } } }
Open Interest and Gamma Exposure per expiration, broken down by exchange
bybit
deribit
okx
all
{ "data": { "expirations": [ { "date": "25APR26", "total_gex": 1234567890, "total_oi": 45678, "by_exchange": { "bybit": { "gex": ..., "oi": ... }, "deribit": { "gex": ..., "oi": ... } } } ], "metadata": { ... } } }