Get a transaction
Used to fetch and render a single transaction including its decoded event logs. For foundational chains, can also retrieve internal transactions, state changes and method ID where available.
Credit Cost
Processing
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
Authorizations
Bearer authentication header of the form: Bearer <token>
, where <token>
is your GoldRush API Key.
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.
Response
The response is of type object
.