-
Notifications
You must be signed in to change notification settings - Fork 857
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
Bitstamp.net has implemented new API keys to access private api functions, old username and passwords will not work anymore #22
Comments
Does anyone have an updated privatemarket/bitstampusd.py ? I am trying to get it working but keep getting {"error": "Missing key, signature and nonce parameters"} code snippet: def _send_request(self, url, params={}, extra_headers=None):
Please help! |
If its anything like the mtgox api...Make sure that the order of your params matches the order of the params in the signed signature.. |
@dconroy Have you solve the issue? I have exactly the same problem with bitstamp api. Thanks. |
I have a private repo with my local files pushed to it, but you will need to add parameters to config.py...Work in progress as well, I got the bitstamp getinfo to work but the buy and sell are untested... Copyright (C) 2013, Maxime Biais [email protected]from .market import Market, TradeException class PrivateBitstampUSD(Market):
|
Thanks. I actually was writing it in clojure and had the same error as yours. So I thought it is unrelated to the language. it turned that it was the clojure thing. I finally solved it by posting the "form" request. The python code at https://github.com/kmadac/bitstamp-python-client also worked for me. |
API KEYS IMPLEMENTED
The Bitstamp team is pleased to announce that we have implemented API keys on our site.
To access our new API security feature simply go to "Account" and select "Security" from the side menu. Click "API Access" and select from a variety of Permissions for your API.
You can now select between two different filters which you can use separately or combine them for maximum security; you can either lock your access to a specific IP address or lock bitcoin withdrawals to a specific bitcoin adress.
Please be advised that our old API access will no longer be available after 31st October 2013.
We are convinced that our new security feature will prove to be a welcome addition to the security of our users' accounts.
https://www.bitstamp.net/article/api-key-implementation/
https://www.bitstamp.net/api/
The text was updated successfully, but these errors were encountered: