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
# code sample
k.query_private('WithdrawStatus')
k.query_private('DepositStatus')
What do you expect to happen?
Get list of deposits
Get list of withdrawals
What happens instead?
New code that needs to be implemented