fixes tax and giveaways,...

This commit is contained in:
olli 2024-06-04 15:15:33 +02:00
parent b71ab4a931
commit 35b7ba12c2

View File

@ -47,7 +47,7 @@ function get_transactions {
# fetch only if not exists
[ -f "$f_symbol_file" ] && continue
g_echo_note "fetchng closed orders of $f_symbol"
g_echo_note "fetching closed orders of $f_symbol on $f_exchange"
f_ccxt "print(${STOCK_EXCHANGE}.fetchMyTrades(symbol='$f_symbol', limit=500, params={'paginate': True}))"
# write to file