v1

latestOpenAPI 3.1.02026-07-2655154175.6 KB
Ratios

Chain-level call/put-aware bull/bear pressure

Folds option type into the bid/ask/mid signal: a call lifted at the ask is bullish, a put hit at the bid is also bullish (put selling), etc. Returns overall bull/bear/neutral percentages plus call-only and put-only bull breakdowns so callers can tell whether the directional pressure originates from call buying, put selling, or both.

get/v1/chain-bull-bear/{ticker}

Path parameters

tickerstring required
Example:SPY

Underlying ticker symbol (uppercase, e.g. SPY, AAPL).

Query parameters

datestring date
timeframe'5m' | '15m' | '1h' | '4h' | '1d'
option_type'call' | 'put' | 'all'
min_premiuminteger
min_dteinteger
max_dteinteger

Response

Chain-level bull/bear analysis.

Example response

{
  "meta": {
    "requestId": "d7574836"
  }
}