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

Method nonce

java/lib/src/main/java/io/github/ccxt/exchanges/NdaxCore.java:2825–2828  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2823 }
2824
2825 public Object nonce()
2826 {
2827 return this.milliseconds();
2828 }
2829
2830 public Object sign(Object path, Object... optionalArgs)
2831 {

Callers 1

signMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected