# Kronos BTC Options Gamma Exposure Analytics

> Kronos BTC Options Gamma Exposure Analytics is a paid API for AI agents from kronossignals.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Returns BTC options gamma exposure analytics including gamma ladder, gamma flip level, max pain, expected move, and market regime signals.

## Facts

- Endpoint: GET https://kronossignals.com/api/v1/gexf/btc
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kronos-btc-options-gamma-exposure-analytics-6d2056ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_94D-kU3kO2LdmASHz1u_6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kronos-btc-options-gamma-exposure-analytics-6d2056ee
```

Example prompt: Pull the current BTC gamma exposure analytics for me — I want to see the gamma ladder, where the gamma flip level is, the max pain price, and today's expected move so I can assess the options market regime.

## When to prefer this

Use this endpoint when you need structured BTC options gamma exposure metrics (gamma flip, max pain, expected move) derived from live options open interest, particularly to assess dealer hedging dynamics and options-market-driven price magnetism levels. Prefer this over raw implied volatility endpoints when you specifically need GEX-based market regime signals rather than just IV surface data.

## Known failure modes

- Payment not processed — 402 response if x402 payment header is missing or incorrect
- Rate limit exceeded — too many calls in a short window
- Stale data — options data may be cached and lag real-time Deribit feeds during high-volatility periods
- Service unavailable — 503 if upstream options data source is down
- Empty or null gamma ladder — occurs when options open interest data is insufficient

## How this service works

Returns BTC options gamma exposure analytics, including gamma ladder, gamma flip level, max pain, expected move, and related market regime signals.

## Output

Returns a structured JSON payload containing the BTC gamma ladder (GEX by strike), the gamma flip price level (the strike at which dealer gamma exposure transitions from positive to negative), the max pain strike price, the options-implied expected move for BTC, and related market regime signals indicating whether the market is in a positive or negative gamma environment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kronos-btc-options-gamma-exposure-analytics-6d2056ee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kronossignals.com](https://www.zero.xyz/host/kronossignals.com/llms.txt)
