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

Method nonce

java/lib/src/main/java/io/github/ccxt/exchanges/BybitCore.java:1355–1358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1353 }
1354
1355 public Object nonce()
1356 {
1357 return Helpers.subtract(this.milliseconds(), Helpers.GetValue(this.options, "timeDifference"));
1358 }
1359
1360 public Object addPaginationCursorToResult(Object response)
1361 {

Callers 1

signMethod · 0.95

Calls 3

subtractMethod · 0.95
GetValueMethod · 0.95
millisecondsMethod · 0.45

Tested by

no test coverage detected