MCPcopy Create free account
hub / github.com/ccxt/ccxt / nonce

Method nonce

java/lib/src/main/java/io/github/ccxt/exchanges/KrakenCore.java:4197–4200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4195 }
4196
4197 public Object nonce()
4198 {
4199 return Helpers.subtract(this.milliseconds(), Helpers.GetValue(this.options, "timeDifference"));
4200 }
4201
4202 public Object handleErrors(Object code, Object reason, Object url, Object method, Object headers, Object body, Object response, Object requestHeaders, Object requestBody)
4203 {

Callers 1

signMethod · 0.95

Calls 3

subtractMethod · 0.95
GetValueMethod · 0.95
millisecondsMethod · 0.45

Tested by

no test coverage detected