-
Notifications
You must be signed in to change notification settings - Fork 131
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
return nonce error #9
Comments
Did anyone from bitfinex respond to this? |
If some one is looking at this issue than i will point them to a solution on: This post shows example code to use rest API with bitfinex |
Change: Good Luck! |
change to return str(long(time.time() * 100000)) still not work |
tried this code: But this code UPD: |
As Bitfinex is up after somedays so I think it will be nice to create issues again.
As I try to run history() it returns following error:
trade = TradeClient('BITFINEX_KEY','BITFINEX_SECRET')
print trade.account_summary()
{u'message': u"Must specify a 'nonce' field that is a numeric string (e.g '42.3'). The nonce should always be bigger than last time."}
The text was updated successfully, but these errors were encountered: