Planning to subscribe 100+ option contracts. At my side will handle it inside a thread. Does c# sdk automatically supports it? Should I consider anything else? Please reply
You can subscribe up to 3000 instruments in a single WebSocket connection, and for single api_key you can have 3 WebSocket connection, so you can stream maximum of 9000 instruments for an api_key. because all WebSockets will be independent of each other, there will be no cross-connection.