-
Notifications
You must be signed in to change notification settings - Fork 19
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
Apply kraken api changelog until mar 27 2023 #40
Apply kraken api changelog until mar 27 2023 #40
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #40 +/- ##
==========================================
- Coverage 85.76% 85.22% -0.55%
==========================================
Files 17 17
Lines 1335 1340 +5
==========================================
- Hits 1145 1142 -3
- Misses 190 198 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Summary
create_subaccount
endpoint tokraken.spot.client.User
(only for institutional clients).get_recend_deposits_status
andget_recend_withdraw_status
inkraken.spot.client.Funding
do not require theasset
parameter anymore.reduce_only
parameter was added to thekraken.spot.client.Trade.create_order
method.consolidate_trades
parameter was added tokraken.spot.client.User.get_orders_info
Closes #36
Closes #37
Closes #38
Closes #39