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

Method nonce

java/lib/src/main/java/io/github/ccxt/exchanges/CoinexCore.java:5746–5749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5744 }
5745
5746 public Object nonce()
5747 {
5748 return this.milliseconds();
5749 }
5750
5751 public Object sign(Object path, Object... optionalArgs)
5752 {

Callers 1

signMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected