/evm/{chain}/{format}/tx/{txHash}

Returns a single transaction in the specified transaction schema format. You can enrich or adjust the classification using options.

Supported options:

  • allTransfers: include all additional token/native/internal transfers, in addition to the ones that are relevant to the perspective address
  • internals: include raw internal transactions details
  • traces: include low-level EVM traces
  • rawTx: include raw transaction payload
  • eventLogs: include both raw and decoded event logs
  • viewAsTransactionSender: force classification from the transaction sender's perspective
Language
Click Try It! to start a request and see the response here!