No ticks received after successful handshake


  • Dear Team,
    Connection to web socket has been successfully established but still not getting any ticks from the server. Application is a jar app hosted on Amazon EC2 instance. Below is the data i'm sending post successful handshake.
    {
    "action": 1,
    "params": {
    "mode": 1,
    "tokenList": [
    {
    "exchangeType": 1,
    "tokens": [
    "99926000"
    ]
    }
    ]
    }
    }

    Able to receive ticks with the same dat using Postman .
    Any help would be highly appreciated.


  • Team,
    When can I get a reply on this?


  • Another query posted 7 days back is still not answered.
    I had to figure it out myself and am able to successfully establish websocket connection now.
    But not receiving any ticks from server.