Transactions with prices and time

Use transfer query, not transaction… however if you want to use transaction api …i have added example below.

{
  ethereum(network: matic) {
    transactions(
      success: true
      txSender: {is: "0x59820C7a02Ba744140c325c94D0Ab0D2449ea6B5"}
    ) {
      amount(calculate: average, in: USD)
    }
  }
}