Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoinExTest | tonce check error #1

Open
naeem-github opened this issue Mar 21, 2019 · 1 comment
Open

CoinExTest | tonce check error #1

naeem-github opened this issue Mar 21, 2019 · 1 comment

Comments

@naeem-github
Copy link

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"
}
@naeem-github
Copy link
Author

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()));

Will raise pr if required.
Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant