Skip to content
Market Data

Retrieve Option Volume Activity List

Query the option volume activity list, filterable by underlying stock and supporting sorting; used for the Volume Activity tab on the options activity page.

GEThttps://api.lbkrs.com/v1/opchange/unusualvol/lists

Parameters

underlying_counter_idstringqueryRequired

Underlying stock counter_id

datestringqueryOptional

Date in format YYYY.MM.DD; if omitted defaults to the most recent trading day

idstringqueryOptional

The id of the last record on the previous page, used for pagination; omit for the initial request.

limitintegerqueryRequired

Maximum number of records to return in this request

orderintegerqueryOptional

Sort direction:

  • 0 - Descending (DESC)
  • 1 - Ascending (ASC); default 0

01

Responses

HTTP 200The request succeeded. The response body contains the result of the “Retrieve option volume activity list” operation.
Standard response envelopecodemessagedata
dataobjectdata structure
listsarray<object>

Volume activity list

Child attributes
idstring

id

counter_idstring

Option contract id

namestring

Option name

total_amountstring

Total volume

open_intereststring

Open interest

vol_div_oistring

Volume/Open Interest ratio

last_donestring

Current price

underlying_last_donestring

Underlying stock price

ivstring

Implied volatility

datestring

Date, format YYYY.MM.DD

HTTP 400The service rejected the request because a business rule or input validation failed. Review the business codes and correct the request before retrying.
codeintegerrequired

Business status code, 0 indicates success

messagestringrequired

Human-readable result or error message.

Whale Docs