/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
Path Params
string
required
Defaults to 0x9095a6f977d9837c5d942d738067fe42d7f83b921475df4b7dd0b2dd9fb6803b

Hash of the transaction.

string
required
Defaults to eth

Name of the chain.

string
required
Defaults to v5

Desired transaction schema format (e.g., v5).

Query Params
string

Return results with the perspective of this wallet address. Optional.

string
Defaults to allTransfers

Comma-separated list of formatting options. Available: allTransfers, internals, traces, rawTx, eventLogs, viewAsTransactionSender. Optional.

Headers
string
required
Defaults to demokey

API Key for Translate API. To generate an API Key, visit https://noves.fi/pricing

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain
text/json