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

Method nonce

python/ccxt/async_support/bybit.py:1430–1431  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1428 self.options['enableDemoTrading'] = enable
1429
1430 def nonce(self):
1431 return self.milliseconds() - self.options['timeDifference']
1432
1433 def add_pagination_cursor_to_result(self, response):
1434 result = self.safe_dict(response, 'result', {})

Callers 1

signMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected