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.
Posts made by DiljeetS
-
RE: No ticks received after successful handshake
-
RE: No ticks received after successful handshake
Team,
When can I get a reply on this? -
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. -
Invalid TOTP
Dear Team,
I'm trying to login but getting Invalid TOTP error. Kindly help.{
"status": false,
"message": "Invalid totp",
"errorcode": "AB1050",
"data": null
} -
RE: Invalid totp
Has this Invalid TOTP issue been resolved for you
I am getting same error -
is postback working?
any one have tested the postback url for order status . i am not getting any postback.
-
is there a option for add tag(custom identifier) while placing order through api?
is there a option for add tag(custom identifier) while placing order through api? this is required for identification of postback.