D

Dripmetrics · Options GEX

by Dripmetrics

GETBase

$0.05

per call · USD Coin on Base

DripMetricsAI (https://dripmetrics.ai/) provides on-demand BTC option-derived metrics that combine the Deribit option chain with DripMetrics' own trade-level realized calculations. Agents can pay per request via x402 and receive structured JSON metrics without subscriptions or API keys. GEX aggregates open-interest-weighted Black-76 gamma across the whole Deribit BTC chain into a strike-level gamma exposure profile, total net GEX, and the gamma flip level.

Endpoint

GET https://api.dripmetrics.ai/options/gex

2

Calls / 30d

2

Unique payers / 30d

Aug 23

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.dripmetrics.ai/options/gex", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.dripmetrics.ai/options/gex" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "components": {
    "distanceToMaxGammaStrikePct": 0.018,
    "gammaFlipLevel": 104800.5,
    "grossCallGexUsdPer1Pct": 401000000,
    "grossPutGexUsdPer1Pct": 219000000,
    "maxGammaStrike": 110000,
    "profile": [
      {
        "absGexUsdPer1Pct": 61000000,
        "netGexUsdPer1Pct": 52000000,
        "strike": 110000
      }
    ],
    "signConvention": "dealers-long-calls-short-puts",
    "spot": 108050.2
  },
  "computedAt": "2026-07-08T14:00:00.000Z",
  "metric": "gex",
  "pair": "BTC",
  "sampleSize": {
    "expiries": 11,
    "instruments": 612
  },
  "source": {
    "chain": "https://www.deribit.com/api/v2/public/get_book_summary_by_currency?currency=BTC&kind=option",
    "index": "https://www.deribit.com/api/v2/public/get_index_price?index_name=btc_usd",
    "trades": "DripMetrics BTC trade cache"
  },
  "value": 182000000
}

Payment details

Pay to0xc9b70d8d342609437bc87ec3c877911a306d3e6a
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from Dripmetrics & similar services