Transactions
Get a transaction
Used to fetch and render a single transaction including its decoded event logs, internal transactions, state changes and method ID.
GET
Credit Cost: 0.1 per call.
Processing: Realtime
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
The chain name eg: eth-mainnet
.
The transaction hash.
Query Parameters
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
Omit log events.
Whether to include internal transfers/transactions.
Whether to include all transaction state changes with before and after values.
Whether to include the transaction's input data such as the Method ID.