Skip to content

Option Underliers Definitions

GET
/option-underliers

Get option underliers definitions.

Parameters

Header Parameters

X-API-KEY*
Type
string
Required

Query Parameters

option_ticker

root symbol of the options chain (for e.g. TSLA, AMC2).

Type
string

Responses

List of option underliers

application/json
JSON
[
  
{
  
  
"symbol_root": "string",
  
  
"underlier": "string",
  
  
"quantity": 0,
  
  
"cash_amt": 0,
  
  
"cash_type": "string"
  
}
]

Playground

Headers
Variables
Key
Value

Samples

Powered by VitePress OpenAPI