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

Method nonce

python/ccxt/bitbns.py:1178–1179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1176 }
1177
1178 def nonce(self):
1179 return self.milliseconds()
1180
1181 def sign(self, path, api: Any = 'www', method='GET', params={}, headers: dict = None, body: Str = None):
1182 urls = self.urls

Callers 1

signMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected