butschster / kraken-api-client

The most powerful and extendable REST API / Websocket client for Kraken.com. Built on PHP8.0
MIT License
44 stars 17 forks source link

Kraken forces GET method for specific requests #22

Closed fcanteiro closed 8 months ago

fcanteiro commented 8 months ago

Fixing recent change on Kraken where it forces GET requests to not allow POST anymore. Changing the request options to use query with $paramenters for the GET requests instead 'form_params'