resy / coinbase_python3

Unofficial Coinbase Python3 Client Library
126 stars 43 forks source link

Fix nonce increment #2

Open mtbentley opened 10 years ago

mtbentley commented 10 years ago

The coinbase api expects the nonce to be incremented each call.

coinbase.error.CoinbaseAPIException: ('Status Code 401', 401, '{"error":"Invalid HMAC nonce - nonces must be ever increasing with each call. Last=1413847181236220 Current=1413847181236220"}') occurs if this is not done