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
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