Hello,
I’m using the Binance statement to import data (see below). One challenge I’m facing is how to relate the transactions, as Binance doesn’t include a unique ID for each transaction in the file. Without this ID, I can’t be sure which buy or sell corresponds to which fee (and also for the incoming, outgoing)
While I could use the timestamp to help identify transactions, multiple tokens can be traded at the same timestamp, so it’s difficult to accurately match the correct fee for each transaction.
Can anyone suggest a solution for this issue?
Best Regards