dominiktraxl / pykrakenapi

A python implementation of the Kraken API.
GNU Lesser General Public License v3.0
225 stars 53 forks source link

Private user funding API #2

Open 2msd opened 6 years ago

2msd commented 6 years ago

Hi, thanks for the good work!

any plans on implementing the Private user funding API?

dominiktraxl commented 6 years ago

Hi,

since kraken says the private funding API is "tentative", and I don't have very much time at the moment, I have no plans to implement it anytime soon. You could use the query_private method of the krakenex package directly for now.

I'll leave the issue open though, since I might implement these functions in the future (or someone else feels like implementing them).