Option Quote Websocket
GET{BASE_URL}/websocket/quotes/option
wss://{BASE_URL}/websocket/quotes/option
Connect to this websocket endpoint to receive real-time option quote updates (4am ET - 9:30am ET).
Subscription Protocol:
- After connecting, the client must send a JSON message:
\{"action": "SUB" | "UNSUB","symbols": ["SYMBOL_1", "SYMBOL_2", ..., "_ALL_"]\}
- Use
"symbols": ["_ALL_"]to subscribe to all option quotes. - Messages are streamed only for subscribed symbols.
Request
Responses
- default
Returns real-time option quote updates between 4am ET - 9:30am ET