Skip to main content
GET
Raw enriched trades for a contract

Authorizations

Authorization
string
header
required

Skylit API key in the Authorization header (Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.

Path Parameters

symbol
string
required

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

Example:

"SPY__250516C00580000"

Query Parameters

start
string

Lower time bound — RFC 3339 or Unix seconds. Defaults to start-of-trading-day.

end
string

Upper time bound — RFC 3339 or Unix seconds. Defaults to now.

limit
integer
default:50
Required range: 1 <= x <= 500
only_sweeps
boolean
only_multi_leg
boolean
exclude_multi_leg
boolean
min_premium
number<double>
Required range: x >= 0

Response

Enriched trades for the contract.

data
object[]
required
meta
object
required