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

Method microseconds

python/ccxt/base/exchange.py:1283–1284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1281
1282 @staticmethod
1283 def microseconds():
1284 return time.time_ns() // 1_000
1285
1286 @staticmethod
1287 def iso8601(timestamp=None):

Callers 11

test_microsecondsFunction · 0.95
testMicrosecondsFunction · 0.95
signMethod · 0.45
nonceMethod · 0.45
fetch_ohlcvMethod · 0.45
signMethod · 0.45
nonceMethod · 0.45
fetch_ohlcvMethod · 0.45
fetchOHLCVMethod · 0.45
nonceMethod · 0.45
signMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_microsecondsFunction · 0.76