-
Hi Do you support also original Binance transactions csv files without need to use API ? |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 12 replies
-
Yes and no, you can just use the binance csv files without using an api key, but we still query price data from binance. However some operations on binance are not logged in the transactions csv, such as liquid swap reward distribution which can probably only be aquired through the api , so if you have done something which deviates from normal buys/sells there could be some errors |
Beta Was this translation helpful? Give feedback.
-
thanks for reply, I am just starting study how it works, to generate gains and losses, e.g. some other tax calculators also support csv transactions file, but for me is question how they calculate the gains only from this file ? when I look inside there are only numbers how much sold/bought , but there is no info about current prize, so how they calculate ? for me if I want do my self calculator is better using spot trade history csv file, where you have all data... Here is example about buying some ADA from Binanace transactions |
Beta Was this translation helpful? Give feedback.
-
OK, I tried to run it and I got this error, how can I import my csv files ? ~/CoinTaxman$ python3 src/main.py |
Beta Was this translation helpful? Give feedback.
-
hmm, looks all good here :~/CoinTaxman$ pip install -r requirements.txt |
Beta Was this translation helpful? Give feedback.
-
OK, tried again with new 3.9 python , but same error, running on ubuntu 20.04 $ python3.9 --version ~/CoinTaxman$ python3.9 "src/main.py" |
Beta Was this translation helpful? Give feedback.
-
It's not the same error. It says that you are missing a package. Install the requirements.txt for Python 3.9. |
Beta Was this translation helpful? Give feedback.
-
Aaah, you have right, I fix it and finally run it, but got this errors, python3.9 src/main.py |
Beta Was this translation helpful? Give feedback.
-
yes, I was just asking to cut off for skip this error... 2021-08-31 20:23:12,484 taxman DEBUG Starting evaluation... Begining of csv> UTC_Time Account Operation Coin Change |
Beta Was this translation helpful? Give feedback.
-
Hi, Sorry for long delay response, I just checked this my old Issue, as end year is coming :) 2021-12-12 19:49:14,197 taxman ERROR transactions_April-Jun_2021.csv: Line 3: Not enough USDT in queue to sell: missing 396.32256712 USDT (transaction from 2021-04-22 08:52:05+00:00 on binance) |
Beta Was this translation helpful? Give feedback.
Yes and no, you can just use the binance csv files without using an api key, but we still query price data from binance.
However some operations on binance are not logged in the transactions csv, such as liquid swap reward distribution which can probably only be aquired through the api , so if you have done something which deviates from normal buys/sells there could be some errors