Skip to main content
GET
Order Builder mount data

Path Parameters

symbol
string
required

Query Parameters

contract
string | null

OCC option symbol for options mode context

Response

Successful Response

Bundled response for GET /api/graph/v1/order-builder/{symbol}.

Aggregates all data the Order Builder needs on mount into a single request, avoiding waterfall fetches on the frontend.

stock
OBStockContext · object
required

Core stock data for Order Builder Layer 1.

regime
OBRegime · object | null

Regime context for intelligence badges.

scores
OBScores · object | null

Scoring context for badges and agent config.

debate
OBDebateCache · object | null

Cached debate verdict for pre-fill context.

account
OBAccount · object | null

Account context for sizing and risk gates.

levels
OBLevels · object | null

Institutional levels for range bar and ghost markers.

position
OBPosition · object | null

Active position for this symbol (if any).

patterns
OBPattern · object[]
options
OBOptionsContext · object | null

Options-specific context when contract query param is provided.

hv_20d
number | null

20-day historical volatility (annualized)

iv_hv_ratio
number | null

IV / HV ratio (requires both IV and HV)

source
string
default:realtime_sip

Feed access for stock.last_price / levels.current_price: 'realtime_sip' | 'delayed' | 'byok'

fetched_at
string<date-time>