/evm/{chain}/{format}/txs/{accountAddress}

Returns a list of transactions 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 perspective-based classification
  • internals: include internal transactions details
  • traces: include low-level EVM traces
  • rawTx: include raw transaction payload
  • eventLogs: include decoded event logs
  • viewAsTransactionSender: force classification from the transaction sender's perspective

Provide either a block range or a timestamp range, not both. For pagination, use the nextPageUrl returned in the response.

For tier-2 chains, the maximum results returned per page is 10 regardless of the requested pageSize.

Language
Click Try It! to start a request and see the response here!