Read API
Get Transaction Info
Retrieves detailed information about a specific transaction for a blockchain network, identified by chain ID and transaction ID.
GET
/
api
/
chains
/
{chainId}
/
transaction
/
{transactionId}
Authorizations
Authorization
string
headerrequiredPath Parameters
chainId
enum<string>
requiredAvailable 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
transactionId
string
requiredTransaction ID. Usually a hash but can be different depending on the chain.
Query Parameters
include
string
Optional filter to request specific data. Use a single 'include' parameter with comma-separated values. Possible values are 'parsed' and 'raw'.
Response
200 - application/json
transaction
object
requiredstatus
object
requiredWas this page helpful?