I have an Arbitrage bot that executes many (hundreds) of transactions that start with
WETH direct the swap path through a series of DEX’es and Ends in WETH - usually at a small profit (more WETH in that out). There is also a gas fee in ETH for each transaction that can be a significant portion of the gain.
I’m trying to import the net effect of this using the CSV importer to a wallet that represent my bot’s address.
Your CSV importer is failing with
“can’t exchange between same currency” –
As it does not like something that starts and ends with WETH, but this completely valid…
How do I best represent this in a way KOINLY will understand?
“Row #1”:{15 items
“date”:""
“sent amount”:“0.159”
“sent currency”:“WETH”
“received amount”:“0.1728”
“received currency”:“WETH”
“fee amount”:“0.02211”
“fee currency”:“ETH”
“net worth amount”:NULL
“net worth currency”:NULL
“label”:NULL
“description”:“ARB Swap id 100”
“order id”:“16”
“trade id”:“16”
“File Row #”:1
}