sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
350 stars 148 forks source link

Update get-orders and get-fills to pass required parameter #88

Closed ericwclymer closed 2 years ago

ericwclymer commented 3 years ago

https://docs.kucoin.com/#list-fills https://docs.kucoin.com/#get-orders

Now both require the tradeType parameter.

sammchardy commented 2 years ago

Thanks @ericwclymer