MCPcopy Create free account
hub / github.com/ccxt/ccxt / nonce

Method nonce

python/ccxt/coinbase.py:4887–4888  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4885 return self.jwt(request, self.encode(self.secret), 'sha256', False, {'kid': self.apiKey, 'nonce': nonce, 'alg': 'ES256'})
4886
4887 def nonce(self):
4888 return self.milliseconds() - self.options['timeDifference']
4889
4890 def sign(self, path, api: Any = [], method='GET', params={}, headers: dict = None, body: Str = None):
4891 version = api[0]

Callers 1

signMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected