Transaction
Get Transaction Details
Retrieves detailed information about a specific transaction for a blockchain network, identified by chain ID and transaction ID.
GET
/
api
/
{chainId}
/
transaction
/
{transactionId}
Authorizations
Path Parameters
Available options:
algorand
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, ethereum
, sepolia
, holesky
, base
, base-sepolia
, optimism
, arbitrum
, bitcoin
, bitcoin-testnet
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, litecoin
, dogecoin
, ton
, injective
, akash
, neutron
, tron
, evmos
, juno
, sei
, stride
, kava
Transaction ID. Usually a hash but can be different depending on the chain.
Query Parameters
Optional filter to request specific data. Use a single 'include' parameter with comma-separated values. Possible values are 'parsed' and 'raw'.
Was this page helpful?