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

Method nonce

python/ccxt/async_support/backpack.py:2167–2168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2165 }
2166
2167 def nonce(self):
2168 return self.milliseconds() - self.options['timeDifference']
2169
2170 def sign(self, path, api: Any = 'public', method='GET', params={}, headers: dict = None, body: Str = None):
2171 endpoint = '/' + path

Callers 2

signMethod · 0.95
watch_privateMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected