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

Change the default Kraken request method to GET #827

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

v36u
Copy link
Contributor

@v36u v36u commented Feb 1, 2024

As of yesterday, Kraken has dropped support for POST requests to GET endpoints. Now in these cases, a status code of 405 (Method not allowed) is returned.

Jan 2024 - Removed support for POST requests to all public endpoints; these requests will now return a 4xx error, please use a GET request instead. Added notes to Balance and Ledger endpoints on migration from Staking to Earn and asset suffixes.

(https://docs.kraken.com/rest/#section/Changelog)

This caused most methods (such as GetOrderBookAsync) to no longer work.

@vslee vslee merged commit 3400769 into DigitalRuby:main Feb 1, 2024
1 of 3 checks passed
@v36u v36u deleted the kraken-method-restriction branch February 1, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants