Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ seconds
Method
seconds
java/lib/src/main/java/io/github/ccxt/base/Time.java:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
20
public
static
Long seconds() {
21
return
System.currentTimeMillis() / 1000;
22
}
23
24
public
static
Long nonce() {
25
return
System.currentTimeMillis();
Callers
15
seconds
Method · 0.95
sign
Method · 0.45
fetchOHLCV
Method · 0.45
fetchOHLCV
Method · 0.45
sign
Method · 0.45
createOrderRequest
Method · 0.45
cancelOrder
Method · 0.45
sign
Method · 0.45
fetchOHLCV
Method · 0.45
sign
Method · 0.45
createOrder
Method · 0.45
editOrder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected