DigitalRuby / ExchangeSharp

ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
https://www.digitalruby.com
MIT License
737 stars 374 forks source link

Change the default Kraken request method to GET #827

Closed v36u closed 5 months ago

v36u commented 5 months ago

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.