We are trying Web-socket to get order status. We are using the trading API key and JWT token to get the connection.
BUT we are receiving an invalid token error.
Kindly help. Thank you in advance.
We are trying Web-socket to get order status. We are using the trading API key and JWT token to get the connection.
BUT we are receiving an invalid token error.
Kindly help. Thank you in advance.
@virajkadam @admin @administrators
Guys please help here, how to resolve this 400 issue.
Hello Team,
Any progress on this query, Getting same error today (10 Sept 2022).
Let us know if any resolution.
Hello Guys,
the solution is to reset token, as below.
try:
data = self.obj.generateSession(client_id,Password)
return data['data']['refreshToken']
except Exception as e:
print ("Login failed: {}".format(e))