dominiktraxl / pykrakenapi

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

fetching order book or order history? #50

Open lonnietc opened 3 years ago

lonnietc commented 3 years ago

Hello,

Have been searching for a simple Kraken API library and have come across yours and ccxt, but ccxt seems to be missing some functionality that I need.

I just need to be able to fetch my orders (open or closed) or fetch order history along with being able to place orders.

Is there an example of your API doing this? Thanks in advance