MCPcopy Index your code
hub / github.com/ccxt/ccxt / nonce

Method nonce

java/lib/src/main/java/io/github/ccxt/Exchange.java:8398–8401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8396 }
8397
8398 public Object nonce()
8399 {
8400 return this.seconds();
8401 }
8402
8403 public Object setHeaders(Object headers)
8404 {

Callers

nothing calls this directly

Calls 1

secondsMethod · 0.95

Tested by

no test coverage detected