Skip to main content
GET
Get Options Unusual Activity by Symbol

Path parameter

Response

Success returns 200 OK with a JSON object containing a trades array. Each trade includes: Example response:
Errors: 400 when symbol is missing or invalid, 401 unauthorized, 500 when the feature is not available or server error.

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Path Parameters

symbol
string
required

Underlying stock symbol (e.g. AAPL, TSLA).

Response

Options unusual activity: object with trades array. Each trade has symbol, timestamp, type (e.g. block), total_value, total_size, average_price, contract, ask_at_execution, bid_at_execution, sentiment, underlying_price_at_execution.

Response for GET /v1/options/unusual_activity/{symbol}. Contains unusual activity trades and optional pagination pointer.

trades
object[]

List of unusual options activity trades

next_page
string | null

Absolute link to the next page when more results are available.