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/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
sign
Method · 0.95
sign
Method · 0.45
authenticateRest
Method · 0.45
signOrderRequest
Method · 0.45
sign
Method · 0.45
createWithdrawalSettlementData
Method · 0.45
createTransferSettlementData
Method · 0.45
createExtendedOrderRequest
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
Calls
3
subtract
Method · 0.95
GetValue
Method · 0.95
milliseconds
Method · 0.45
Tested by
no test coverage detected