mirrored listing x402 eip155:8453

Gamma Exposure (GEX) and max-pain options tool for BTC and ETH from the Deribit public API

Gamma Exposure (GEX) and max-pain options tool for BTC and ETH from the Deribit public API. Returns an aggregate GEX strike ladder (dealer-convention net gamma per strike), gamma flip level (zero-cumulative-GEX strike), spot regime above or below flip, max-pain strikes for upcoming weekly and monthly expiries, an expected-move cone (ATM-IV-derived 1-sigma, front expiry), and a heuristic pin-risk score. 15-minute in-memory cache. $0.04 USDC via x402.

Do you run kronossignals.com? 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
40000 (raw units)
price
10
calls / 30d
6
unique payers
2026-09-16
updated

Provider

kronossignals.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "pathParams": {},
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-01-01T00:00:00.000Z",
          "asset": "BTC-USD",
          "available": true,
          "data_source": "deribit",
          "expected_move": {
            "atm_iv": 42.5,
            "dte": 2.1,
            "expiry": "4JUL26",
            "lower": 60300,
            "spot": 61200,
            "upper": 62100
          },
          "gamma_flip_level": 58500,
          "gex_ladder": [
            {
              "callGex": 18000000,
              "netGex": 12500000,
              "putGex": -5500000,
              "strike": 60000
            }
          ],
          "gex_total": 50000000,
          "gex_units": "USD per 1% spot move per strike",
          "max_pain": [
            {
              "dte": 2.1,
              "expiry": "4JUL26",
              "label": "weekly",
              "max_pain_strike": 60000
            }
          ],
          "pin_risk": [
            {
              "expiry": "4JUL26",
              "max_pain_strike": 60000,
              "note": "Heuristic [0-1]. NOT a forecast.",
              "pin_risk_score": 0.51
            }
          ],
          "spot_regime": "above_flip",
          "underlying_price": 61200
        },
        "example_kind": "illustrative_schema_only",
        "example_note": "Placeholder values and timestamps, not market data.",
        "type": "json"
      }
    },
    "routeTemplate": ":var1",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "pathParams": {
              "type": "object"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://kronossignals.com/api/v1/gex/btc");
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://kronossignals.com/api/v1/gex/btc")
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/395.json, and this resource appears in /discovery/resources and /discovery/search.