Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ milliseconds
Method
milliseconds
java/lib/src/main/java/io/github/ccxt/base/Time.java:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public
static
long milliseconds() {
29
return
System.currentTimeMillis();
30
}
31
32
public
static
long microseconds() {
33
// epoch micros = seconds * 1_000_000 + nanos/1000
Callers
15
milliseconds
Method · 0.95
sign
Method · 0.45
fetchOrderBook
Method · 0.45
fetchFundingRateHistory
Method · 0.45
fetchOpenInterestHistory
Method · 0.45
withdraw
Method · 0.45
transfer
Method · 0.45
createWithdrawalSettlementData
Method · 0.45
createTransferSettlementData
Method · 0.45
createExtendedOrderRequest
Method · 0.45
nonce
Method · 0.45
fetchOHLCV
Method · 0.45
Calls
no outgoing calls
Tested by
15
testFetchWithdrawals
Method · 0.36
testFetchLedger
Method · 0.36
testFetchOHLCV
Method · 0.36
testFetchLedgerEntry
Method · 0.36
testFetchClosedOrders
Method · 0.36
testFetchPositions
Method · 0.36
testFetchStatus
Method · 0.36
testFetchDepositWithdrawals
Method · 0.36
testFetchTrades
Method · 0.36
fetchOrder
Method · 0.36
testTransfer
Method · 0.36
testFetchOrders
Method · 0.36