Hi Team, I'm getting Invalid `api_key` or `access_token`. while placing market order. I'm getting access token from php script & stored that in database. while live market I'm using same access token to connect from database. Getting all live ticks data properly , but while placing order, I'm facing problem.
@shailesh, Are you sure you didn't call generate access token again?
Websockets API only authenticates while connecting and not while sending every tick. So it is possible that your session has expired and you are still getting ticks.
Are you sure you didn't call generate access token again?
Websockets API only authenticates while connecting and not while sending every tick. So it is possible that your session has expired and you are still getting ticks.
Can you paste here, complete param you are sending for order placement?
Any updates on above issue ?