Skip to main content
Set your key once and reuse the variable across requests:
All examples below assume that variable is set. Pipe through jq if you want pretty JSON.

Health probe (no auth)

API metadata + supported symbols

GEX levels with everything

One call, all the optional sections:

OPEX calendar — anchors only, next 90 days

Multi-symbol GEX in one call

Filter chain to ATM ±10% with greeks only

Per-expiry max-pain

Probability density with 1σ band

IV term structure with 30-day historical overlay

30-day stress history (Postgres-backed)

Watch rate-limit headers

Save the OpenAPI spec for SDK codegen

See also

Python recipes

The same patterns wired through requests.

TypeScript recipes

The same patterns wired through fetch.

Quick start

Step-by-step from zero to first call.