viewRegisteredSeries
View series registered for both the current trading session and the next trading session.
| Parameter | Required | Description |
|---|---|---|
| command | Y | viewRegisteredSeries |
| identifier | Y | Market Maker ID |
| dt | N | View series registered for the selected date, in YYYY-MM-DD format. Defaults to current date if not supplied. |
Example Response
{"msg":"",
"code":"200",
"data":[
{"strike_price":10.000,
"bats_symbol":"000333",
"expiration_date":"3006-01-01",
"osi_symbol":"A 060101P00010000",
"put_call_flag":"P",
"underlying":"A"},
{"strike_price":10.000,
"bats_symbol":"000111",
"expiration_date":"3006-01-01",
"osi_symbol":"A 060101C00010000",
"put_call_flag":"C",
"underlying":"A"}
]
}




