Flowseeker/API Reference/Contract

Relative-volume bars for a contract

GEThttps://flow-api.skylit.ai/v1/contract/{symbol}/rvol

Same shape as /v1/underlying/{ticker}/rvol but scoped to a single contract.

Authorization

Authorization: Bearer <your API key>

Required. A missing header returns 401; an invalid, revoked or expired key returns 403.

Path parameters

  • symbolstringrequired

    OPRA option symbol in URL-safe form: {ticker}__{YYMMDD}{C|P}{strike×1000, 8 digits} — the ticker and the 15-character contract block are joined by a double underscore (__). For example, an AAPL $250 call expiring 2026-01-17 is AAPL__260117C00250000. (A space-padded 21-char OCC form such as AAPL 260117C00250000 is also accepted on some endpoints, but the __ form is canonical and works across all contract routes.)

Query parameters

  • intervalstringdefault 1D

    Trailing window — {N}D where N is 1–365.

  • bucketstringdefault 5min
    1min5min10min15min30min1d1w
  • avg_periodstringdefault 14d

    Baseline lookback as {N}d (e.g. 14d). Max 365 days.

  • datestringdate

    Trading date the request targets, in YYYY-MM-DD. Defaults to the current trading date (the most recent session that has settled enough data to be queryable).

  • order_bystringdefault time
    rvolvolumepremiumtime
  • orderstring

    Sort direction. Defaults to asc when order_by=time, otherwise desc.

    ascdesc
  • limitintegermin 1
  • formatstringdefault full
    fullsummary

Responses

  • 200

    RVOL bars + aggregate stats for the contract.

  • 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.

  • 429

    Per-minute rate limit exceeded.

Response fields

  • dataobjectrequired
    • barsobject[]required
    • statsobjectrequired
  • metaobjectrequired
    • timestampstringdate-timerequired

      Server-side timestamp the response was generated at.

    • requestIdstringrequired

      Short opaque ID for log correlation.

Last updated

Was this page helpful?