Live Order book & positions dataframe using websocket

pruthvik
pruthvik edited August 2021 in Python client
Is there a way to get live order book & position dataframe using websocket ? If so, how to do it?
  • sujith
    Only order updates are pushed via Websockets API. You will need to use the REST like http API to fetch orderbook and positions. You can refer to the documentation here.
Sign In or Register to comment.