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
When I am trying to use proxy the server gives back error:
When I switch to remote api (api.turnkey.com) works fine
How should one guess what's wrong?
The text was updated successfully, but these errors were encountered:
@sosoxuc this looks like a POST to the wrong host. I was able to repro with:
curl -X POST https://www.turnkey.com/public/v1/query/list_wallets <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot POST /public/v1/query/list_wallets</pre> </body> </html>
The correct host to use to call our API endpoints is api.turnkey.com, not www.turnkey.com. Hope that helps!
api.turnkey.com
www.turnkey.com
Sorry, something went wrong.
No branches or pull requests
When I am trying to use proxy the server gives back error:
When I switch to remote api (api.turnkey.com) works fine
How should one guess what's wrong?
The text was updated successfully, but these errors were encountered: