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

Method nonce

java/lib/src/main/java/io/github/ccxt/exchanges/MexcCore.java:6634–6637  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6632 }
6633
6634 public Object nonce()
6635 {
6636 return Helpers.subtract(this.milliseconds(), this.safeInteger(this.options, "timeDifference", 0));
6637 }
6638
6639 public Object sign(Object path, Object... optionalArgs)
6640 {

Callers 1

signMethod · 0.95

Calls 3

subtractMethod · 0.95
millisecondsMethod · 0.45
safeIntegerMethod · 0.45

Tested by

no test coverage detected