Please address below queries

2. Client IP addresses are whitelisted or not?3. What user name & password details for token api authentication 4. Whant ClientId, Password , ApplicationID needs to send for Websocket api calling ?6. What is sample request and response packet format 5. Which sample code needs to refer to get rate streamin from below sample codes?a. MarketPriceAuthenticationExampleb. MarketPriceBatchViewExamplec. MarketPriceExampled. MarketPricePingExamplee. MarketPricePostingExample

Tagged:

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Chandresh

    Thank you for reaching out to us.

    Please specfiy what product you are using. Is it Real-Time Optimized or RTDS?

    Typically, there are two types of authentications (V1 and V2) for Real-Time Optimized. Please check this Account authorization V1 to V2 migration cheat sheet article. They use different parameters and endpoints for authentication.

    You can also refer to the WebSocket API tutorials or Postman examples.

    image.png

    The examples are also available on GitHub.

    market_price_rdpgw_authentication.py is for Real-Time Optimized with V1 authentication while market_price_rdpgw_client_cred_auth.py is for Real-Time Optimized with V2 authentication.