I need to monitor transactions to get the tokens and amounts beeing swapped in a transaction. Is this possible to retrieve this information using Moralis?
For example tx
https://etherscan.io/tx/0x7a5f6e7f576dd4b63595246854b6cd9079e42e130abb5828afc21c54674069de
I want to extract and persist the data that FXS was swapped for USDC and the price for that swap.
I need
token0 + address + amount
token1 + address + amount
Can this be done using Moralis? I have a production server and would appreciate any help.