MCPcopy 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

secondsMethod · 0.95
signMethod · 0.45
fetchOHLCVMethod · 0.45
fetchOHLCVMethod · 0.45
signMethod · 0.45
createOrderRequestMethod · 0.45
cancelOrderMethod · 0.45
signMethod · 0.45
fetchOHLCVMethod · 0.45
signMethod · 0.45
createOrderMethod · 0.45
editOrderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected