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

Kraken forces GET method for specific requests #22

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

fcanteiro
Copy link
Contributor

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'

add $requestMethod = 'POST' to public function request
update getTickerInformation to use GET
Set GET methods to use GET
Changed request to use `'query'=>$parameters` when using GET
@butschster butschster self-requested a review February 14, 2024 17:27
@butschster butschster self-assigned this Feb 14, 2024
@butschster butschster added enhancement New feature or request bug Something isn't working labels Feb 14, 2024
@butschster butschster merged commit 49e885f into butschster:master Feb 14, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants