sammchardy / python-kucoin

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

get_fills page parameter changed to currentPage #63

Closed deforation closed 2 years ago

deforation commented 5 years ago

The page parameter does not work because it has to be called currentPage.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 26.335% when pulling fd27e77779df425000865f907ba7498099cfed74 on deforation:patch-1 into 4eb7cd6a22fb87c290c34e0a7cf37e8c1bcf2a08 on sammchardy:develop.

sammchardy commented 2 years ago

Thanks @deforation