Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_microseconds
Function · 0.95
testMicroseconds
Function · 0.95
sign
Method · 0.45
nonce
Method · 0.45
fetch_ohlcv
Method · 0.45
sign
Method · 0.45
nonce
Method · 0.45
fetch_ohlcv
Method · 0.45
fetchOHLCV
Method · 0.45
nonce
Method · 0.45
sign
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_microseconds
Function · 0.76