GEX
Public feedInitializing terminal
Natural language market analysis
Submit a natural language question about market conditions and receive an AI-powered analysis grounded in real-time GEX Engine data. The Oracle is powered by Claude and has access to all engine tools -- it can fetch gamma exposure, regime data, levels, charm schedules, dark pool flow, and more to construct a comprehensive answer to your question.
| Name | Type | Required | Description |
|---|---|---|---|
| question | string | Required | Natural language question about market conditions, dealer positioning, or trading signals. |
| symbol | string | Optional | Symbol context for the query. Defaults to SPX if not specified. Default: "SPX" |
| extended_thinking | boolean | Optional | Enable extended thinking mode for deeper analysis. Returns the reasoning chain in the response. Default: false |
| max_tokens | integer | Optional | Maximum tokens for the response. Range: 100-8000. Default: 2000 |
The response data object contains:
curl -X POST "https://api.gexengine.com/v1/oracle/query" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"question": "What is the current gamma regime and what risk context matters for the rest of the day?",
"symbol": "SPX",
"extended_thinking": true
}'