Transactions
Get a transaction
Commonly used to fetch and render a single transaction including its decoded log events.
GET
/
v1
/
{chainName}
/
transaction_v2
/
{txHash}
/
Credit Cost: 0.1 per call.
Processing: Realtime
Processing: Realtime
Requests that return status 200 and no data cost 0.1 credits.
Enabling no-logs reduces request cost to 0.05 per item.
Path Parameters
chainName
string
requiredThe chain name eg: eth-mainnet
.
txHash
string
requiredThe 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.
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.