Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ nonce
Method
nonce
java/lib/src/main/java/io/github/ccxt/exchanges/OkxCore.java:1679–1682 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1677
}
1678
1679
public
Object nonce()
1680
{
1681
return
Helpers.subtract(this.milliseconds(), Helpers.GetValue(this.options,
"timeDifference"
));
1682
}
1683
1684
/**
1685
* @method
Callers
1
sign
Method · 0.95
Calls
3
subtract
Method · 0.95
GetValue
Method · 0.95
milliseconds
Method · 0.45
Tested by
no test coverage detected