AndrewBarba / bittrex-node

Bittrex API Client for Node.js
MIT License
14 stars 10 forks source link

only getting 25 items on withdrawalHistory #14

Open molecular opened 4 years ago

molecular commented 4 years ago

Hi,

great API (compared to node-bittrex-api)! Thanks!

I need all withdrawals, deposits and closed orders, but unfortunately when calling client.withdrawalHistory() I get an array with only 25 items.

This was also the case with node-bittrex-api (that's why I switched).

Looks like some api limit in place? Or pagination active?

Am I doing something wrong?

molecular commented 4 years ago

update: on deposits I get 42 items.

update2: I looked at old support tickets and this seems to be an old issue with the v1.1 api. What a crappy exchange, really. They promised me in 2018 they would fix it or get new api version out "early 2019". Well well well...

It would still be good if someone here could confirm this issue to rule out something with my account or implementation.