Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ nonce
Method
nonce
java/lib/src/main/java/io/github/ccxt/exchanges/KucoinCore.java:1285–1288 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1283
}
1284
1285
public
Object nonce()
1286
{
1287
return
Helpers.subtract(this.milliseconds(), Helpers.GetValue(this.options,
"timeDifference"
));
1288
}
1289
1290
/**
1291
* @method
Callers
2
closePosition
Method · 0.95
sign
Method · 0.95
Calls
3
subtract
Method · 0.95
GetValue
Method · 0.95
milliseconds
Method · 0.45
Tested by
no test coverage detected