-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
getActiveOrders #178
Comments
When I test v3/active-orders, return "MSG ":"Unauthorized". Why |
You need to initialize the client. Check out the gist I made at
|
Thank you, my problem has been solved because of secretKey URl safe processing. |
Ever figure this out @zoo475698058? Running into the exact same issue. The documentation for this client is very poor. |
Same issue with Invalid Signature. We need example code for this in the docs or in the GitHub examples folder. |
@shaw-matt I have tried everything to figure this out and still failing. Have you had any success yet? |
I have finally figured it out. When using the Stark private key, you do not need a signature. This was a very painful process to find out and needed to go right into the Python code. Luckily there was a comment which gave it away in the Python repository. |
+1 to last comment - really hard to figure that out. |
v3-client/src/modules/private.ts
Line 399 in 16b171f
Documentation states that id should be optional and it is not here.
The text was updated successfully, but these errors were encountered: