select
Block_timestamp as Date,
token_out_amount as "Sent Amount",
Token_out_Contract as "Sent Currency",
token_in_amount as "Recieved Amount",
token_in_Contract as "Recieved Currency",
'' as "Fee Amount",
'' as "Fee Currency",
'' as "Net Worth Amount",
'' as "Net Worth Currency",
'swap' as Label,
swap_contract as Description,
tx_id as TxHash
from
flow.core.ez_swaps
where
trader = '0xdf868d4de6d2e0ab'