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

Method nonce

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

Source from the content-addressed store, hash-verified

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

Callers 1

signMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected