-
Notifications
You must be signed in to change notification settings - Fork 16
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
add_order Forbidden #24
Comments
Hi, hoping to get some advice on this. Thank you! |
Hi @natearoe Apologies for the late reply. I have tried this a bit and unable to repoduce the issue. Can you confirm the following:
I will try a few more scenarios to see if I can replicate the issue on my mac. |
Hi @DheerajAgarwal. I am also getting this error.
|
I managed to fix the issue by trying with an (newly created) API key linked to me default portfolio. Before I was using an API key from a secondary portfolio. |
I am trying to use the add_order() function. add_order(api.key = "api.key", secret = "secret", passphrase = "passphrase", product_id = "ETH-USD", type = "limit", side = "b", price = 4200, size = 69)
This returns:
[1] "An order with Order id: was successfully created."
message
1 Forbidden
I am running macOS Big Sur Version 11.6. Running rgdax 1.2.1.
Any suggestions?
The text was updated successfully, but these errors were encountered: