@Swaroop You can fetch total volume for every tick from websocket, check the documentation here. There is restriction of max 3000 instruments streaming at any instance for one API key from WebSocket, check it here. From total volume, you can calculate current tick volume by: volume of this tick = volume of this tick - volume of previous tick
You can fetch total volume for every tick from websocket, check the documentation here.
There is restriction of max 3000 instruments streaming at any instance for one API key from WebSocket, check it here.
From total volume, you can calculate current tick volume by:
volume of this tick = volume of this tick - volume of previous tick