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

Method nonce

python/ccxt/bitget.py:10602–10603  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10600 return None
10601
10602 def nonce(self):
10603 return self.milliseconds() - self.options['timeDifference']
10604
10605 def sign(self, path, api: Any = [], method='GET', params={}, headers: dict = None, body: Any = None):
10606 signed = api[0] == 'private'

Callers 1

signMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected