You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue : Tonce is Missing Error while running CoinExTest
While running CoinExTest I'm getting error.
Logs :
Mar 21, 2019 6:27:44 PM com.CoinEx.stock.rest.CoinExTest main
INFO: {
"code": 227,
"data": {},
"message": "tonce check error, correct tonce should be within one minute of the current time"
}
The text was updated successfully, but these errors were encountered:
Debugged issue done, as per documentation tonce param required.
Below line needs to add in StockApi class at after line number 108 Link paramMap.put("tonce", String.valueOf(System.currentTimeMillis()));
Issue : Tonce is Missing Error while running CoinExTest
While running CoinExTest I'm getting error.
Logs :
The text was updated successfully, but these errors were encountered: