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

Method nonce

java/lib/src/main/java/io/github/ccxt/exchanges/XtCore.java:753–756  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

751 }
752
753 public Object nonce()
754 {
755 return Helpers.subtract(this.milliseconds(), Helpers.GetValue(this.options, "timeDifference"));
756 }
757
758 /**
759 * @method

Callers 15

signMethod · 0.95
signMethod · 0.45
authenticateRestMethod · 0.45
signOrderRequestMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45

Calls 3

subtractMethod · 0.95
GetValueMethod · 0.95
millisecondsMethod · 0.45

Tested by

no test coverage detected