Fetching tick by tick index price

How to get index price tick by tick with accurately.

You can access real-time market data by utilizing WebSocket connections and subscribing to specific symbols.

For retrieving real-time market data, you can refer to the following links:

  1. GitHub Repository for Real-time Market Data sample code
  2. Websocket Implementation doc

These resources will provide you with the necessary code and instructions to fetch real-time market data using WebSocket connections and symbol subscriptions.