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

Method nonce

python/ccxt/bit2c.py:943–944  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

941 }
942
943 def nonce(self):
944 return self.milliseconds()
945
946 def sign(self, path, api: Any = 'public', method='GET', params={}, headers: dict = None, body: Str = None):
947 url = self.urls['api']['rest'] + '/' + self.implode_params(path, params)

Callers 1

signMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected