You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
krakenex does not implement methods one-by-one. In other words, the two you mention should already be available, by passing appropriate data to query_private().
For WithdrawStatus, "Withdraw Funds" permission must be enabled on the key. This might be an intentional security feature; or it might be an issue, since method DepositStatus does not require "Deposit Funds` permission. If so, it's an issue upstream.
Versions
What are you trying to achieve?
Add new functionality to code.
Kraken has added a new feature in the api -> private-user-funding
https://www.kraken.com/features/api#private-user-funding
What do you expect to happen?
Get list of deposits
Get list of withdrawals
What happens instead?
New code that needs to be implemented
# error message
The text was updated successfully, but these errors were encountered: