Skip to content

Introduction

To access streaming Market Data events, you should utilize the socket.io library. For additional details, visit socket.io.

Real-Time Streaming Process:

Once the connection is established, real-time streaming can be accessed by monitoring the socket on the appropriate market data ports. You can receive streaming data through these ports. Upon receiving the data, you are free to process it as needed. Here are the steps you should follow to ensure proper real-time streaming:

  • Establishing the socket connection.
  • Listening to real-time streaming.

Listening to real time streaming

After successfully establishing the socket connection, you can receive real-time streaming by listening on the market data ports. You will receive all the market data in a string format.