mirrored listing x402 eip155:8453

DripMetricsAI (https://dripmetrics

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.

Do you run api.dripmetrics.ai? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-23
updated

Provider

api.dripmetrics.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xc9b70D8d342609437bc87Ec3C877911a306d3e6A",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "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
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {},
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": false,
              "properties": {
                "components": {
                  "type": "object"
                },
                "computedAt": {
                  "format": "date-time",
                  "type": "string"
                },
                "metric": {
                  "type": "string"
                },
                "pair": {
                  "const": "BTC",
                  "type": "string"
                },
                "sampleSize": {
                  "type": "object"
                },
                "source": {
                  "type": "object"
                },
                "value": {
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "window": {
                  "type": "string"
                }
              },
              "required": [
                "metric",
                "pair",
                "value",
                "components",
                "sampleSize",
                "source",
                "computedAt"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.dripmetrics.ai/options/gex"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.dripmetrics.ai/options/gex");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.dripmetrics.ai/options/gex")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/4216.json, and this resource appears in /discovery/resources and /discovery/search.