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:

  • 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.

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
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.

updated_at
string

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