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
version okx 2.1.1 account = Account( key=key, secret=secret, passphrase=passphrase, flag=flag, proxies=proxies, proxy_host=proxy_host, ) config_result = account.get_config() 使用香港服务器直接请求会出现下面问题: okx.api._client.ResponseStatusError: Error response_status_code 401 response_content={"msg":"APIKey does not match current environment.","code":"50101"}
account = Account( key=key, secret=secret, passphrase=passphrase, flag=flag, proxies=proxies, proxy_host=proxy_host, ) config_result = account.get_config()
The text was updated successfully, but these errors were encountered:
可以检查一下,是不是key和secret的错误,或者权限问题。
Sorry, something went wrong.
No branches or pull requests
version okx 2.1.1
account = Account( key=key, secret=secret, passphrase=passphrase, flag=flag, proxies=proxies, proxy_host=proxy_host, ) config_result = account.get_config()
使用香港服务器直接请求会出现下面问题:
okx.api._client.ResponseStatusError: Error response_status_code 401
response_content={"msg":"APIKey does not match current environment.","code":"50101"}
The text was updated successfully, but these errors were encountered: