Hi... How do I pass multiple instrument tokens(2500) at one go in websocket connection Instrument tokens are stored in numpy array (int) in python. which format I need to convert and how.plz help with expample code
@cjs You can pass max of 3000 instruments per WebSocket connection. You can send instrument token as a positive integer. eg. ws.subscribe(list_of_instrument_token)
You can pass max of 3000 instruments per WebSocket connection.
You can send instrument token as a positive integer.
eg.
ws.subscribe(list_of_instrument_token)