Level set
get_levelsOnly the dealer-positioning level set for one finished SPX session: zero-gamma flip, call resistance, put support, hold band — plus where the session closed relative to them. A strict subset of get_session. Use when: the levels are the whole question and the rest of the session would be noise. Not for: OHLC, flip crossings, net-gamma percentile or ATM IV (get_session); more than one day (get_level_history); gamma by strike (get_gex_profile). Limits: finished sessions only, one day per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | A finished trading day, YYYY-MM-DD. Weekends, holidays and days before coverage return an error — call list_sessions to see which days exist. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | Trading day, YYYY-MM-DD | |
| close | Yes | Session close | |
| levels | Yes | Dealer-positioning levels in SPX index points; null when the session did not produce one | |
| replay | Yes | Free minute-by-minute replay of the session on FirmTape | |
| summary | Yes | One sentence carrying this answer's numbers, its trading day and its source, written to be quoted verbatim to a reader rather than paraphrased. | |
| close_minus_flip | Yes | Close minus zero-gamma flip, index points; positive = closed above the flip |