We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, thank you for putting together that library 🙏
Second, I'm building a simple trading strategy and trying to utilize the websocket endpoints.
However, on subscribing to the order stream, I get that message:
'destination' = '/user/USER_UUIDv4_HERE/v1/order' 'ack' = 'auto' 'content-length' = '47' 'content-type' = 'text/plain' 'id' = '1' 'message' = 'Access denied'
'The destination has been rejected by the server'
Any idea what am I doing wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First, thank you for putting together that library 🙏
Second, I'm building a simple trading strategy and trying to utilize the websocket endpoints.
However, on subscribing to the order stream, I get that message:
Any idea what am I doing wrong?
The text was updated successfully, but these errors were encountered: