0

This is what I want to achieve

The web3.eth.getTransaction() doesn't provide the data I am looking for. I want to get historical data of a swap from token to the token and the amount.

Thanks for the help in advance.

Jasperan
  • 2,154
  • 1
  • 16
  • 40

1 Answers1

-1

The data can be achieved through the web3.eth.getTransactionRecipt() function and query to log array.

Jasperan
  • 2,154
  • 1
  • 16
  • 40