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

Method nonce

python/ccxt/modetrade.py:2743–2744  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2741 return self.parse_positions(positions, symbols)
2742
2743 def nonce(self):
2744 return self.milliseconds()
2745
2746 def sign(self, path, section='public', method='GET', params={}, headers: dict = None, body: Any = None):
2747 version = section[0]

Callers 2

withdrawMethod · 0.95
signMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected