locktemp997 / exchange_tax_parsers

Collection of python scripts for pulling trades from crypto exchanges and putting in csv format for tax websites
3 stars 0 forks source link

Fails with more than 10 pages? #1

Open NotebookPaper opened 6 years ago

NotebookPaper commented 6 years ago

This key will ONLY be used to grab dealt orders, and you should delete/deactivate the key pair from kucoins website after running this script Please enter timezone in UTC (e.g. for PST enter: -8)-6 Grabbing trades from page 1 Grabbing trades from page 2 Grabbing trades from page 3 Grabbing trades from page 4 Grabbing trades from page 5 Grabbing trades from page 6 Grabbing trades from page 7 Grabbing trades from page 8 Grabbing trades from page 9 failure in getting api data The number of query records can not exceed 100

locktemp997 commented 6 years ago

No response from kucoin on this. There is an apparent workaround that I haven't tried, but there is no page limit on dealt order history when you specify a specific trade pair. So you could do: for each trade pair, grab dealt orders ( I believe you can only grab something like 20 at time)... would be slow but might suffice.