---
title: "Per-contract call/put-aware bull/bear pressure"
method: GET
path: "/v1/contract-bull-bear/{symbol}"
tags: ["Ratios"]
---

# Per-contract call/put-aware bull/bear pressure

`GET /v1/contract-bull-bear/{symbol}`

Single-contract counterpart to `/v1/chain-bull-bear/{ticker}`.
Maps a contract's trades to bull/bear/neutral buckets using both
side (bid/ask/mid) and option type, so a bullish put-seller and a
bullish call-buyer both register as bullish pressure.

## Path parameters

- `symbol` string, required

## Query parameters

- `date` string, date
- `timeframe` '5m' | '15m' | '1h' | '4h' | '1d'
- `min_premium` integer

## Response `200`

Per-contract bull/bear analysis.

- ContractBullBearSuccess
  - `data` ContractBullBearResponse, required
    - `symbol` string, required
    - `ticker` string, required
    - `optionType` 'CALL' | 'PUT' | 'UNKNOWN', required
    - `date` string, date, required
    - `timeframe` string, required
    - `tradeCount` integer, required
    - `totalVolume` integer, required
    - `totalPremium` number, required
    - `metrics` ContractBullBearMetrics, required
      - `bullPct` number, required
      - `bearPct` number, required
      - `neutralPct` number, required
      - `bullBearRatio` number, required
    - `interpretation` BullBearInterpretation, required
      - `bias` 'BULLISH' | 'BEARISH' | 'NEUTRAL' | 'MIXED', required
      - `strength` 'strong' | 'moderate' | 'weak' | 'uncertain' | 'passive' | 'balanced', required
      - `confidence` 'HIGH' | 'MEDIUM' | 'LOW', required
      - `description` string, required
  - `meta` Meta, required
    - `timestamp` string, date-time, required — Server-side timestamp the response was generated at.
    - `requestId` string, required — Short opaque ID for log correlation.

## Other responses

- `400` — Request validation failed.
- `401` — Missing or invalid API key.
- `402` — The account's shared Skylit credit balance is lower than this route's cost. Top up to continue. Carries `X-Credits-Remaining: 0`.
- `403` — API key revoked/expired, monthly quota exceeded, or the account's API access is suspended (`account_suspended`).
- `404` — Unknown resource (ticker / sector / window with no data).
- `429` — Per-minute rate limit exceeded.
- `503` — Underlying data source temporarily unavailable, or the credit balance could not be verified (`credit_check_failed`). Safe to retry.

---

[API](https://skmtc.net/skylit/apis/flowseeker-skylit-public-api.md) · [All operations](https://skmtc.net/skylit/apis/flowseeker-skylit-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skylit/flowseeker-skylit-public-api/revisions/3280190b1b24/schema)
