GET
/
v1
/
{chainName}
/
transaction_v2
/
{txHash}
Credit Cost: 0.1 per call.
Processing: Realtime

Base cost is 0.1 credits (e.g. requests that return with status 200 but no items).

Calls with no-logs cost 0.05 credits/item.

The following tracing features each cost 0.05 credits where available on Foundational Chains:

  • with-internal - includes internal transfers/transactions.
  • with-state - includes all transaction state changes with before and after values.
  • with-input-data - includes the transaction’s input data such as the Method ID.

Currently, tracing features are supported on the following chains:

  • eth-mainnet
  • optimism-mainnet
  • base-mainnet

Path Parameters

chainName
string
required

The chain name eg: eth-mainnet.

txHash
string
required

The transaction hash.

Query Parameters

quote-currency
string

The currency to convert. Supports USD, CAD, EUR, SGD, INR, JPY, VND, CNY, KRW, RUB, TRY, NGN, ARS, AUD, CHF, and GBP.

no-logs
boolean

Omit log events.

with-internal
boolean

Whether to include internal transfers/transactions.

with-state
boolean

Whether to include all transaction state changes with before and after values.

with-input-data
boolean

Whether to include the transaction's input data such as the Method ID.

Response

200 - application/json
updated_at
string

The timestamp when the response was generated. Useful to show data staleness to users.

chain_id
integer

The requested chain ID eg: 1.

chain_name
string

The requested chain name eg: eth-mainnet.

items
object[]

List of response items.