We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
修改 API_KEY 和 SECRET_KEY 以后,使用 https://api.huobi.de.com 的地址,调用:
API_KEY
SECRET_KEY
https://api.huobi.de.com
AccountClient accountService = AccountClient.create(HuobiOptions.builder() .apiKey(Constants.API_KEY) .secretKey(Constants.SECRET_KEY) .build()); List<Account> accountList = accountService.getAccounts();
提示:
Exception in thread "main" com.huobi.exception.SDKException: [Executing] api-signature-not-valid: Signature not valid: Verification failure [校验失败]
请问有哪位同学知道哪里有问题吗?谢谢。
The text was updated successfully, but these errors were encountered:
face the same issue
Sorry, something went wrong.
No branches or pull requests
修改
API_KEY
和SECRET_KEY
以后,使用https://api.huobi.de.com
的地址,调用:提示:
请问有哪位同学知道哪里有问题吗?谢谢。
The text was updated successfully, but these errors were encountered: