Skip to main content
GET
Lookup Transaction By Hash

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <api_key>. Providing an API key may grant higher rate limits or access to additional features. The API will function without an API key for basic access.

Path Parameters

transaction_hash
string
required

The transaction hash.

Pattern: ^0x[a-fA-F0-9]{64}$
Example:

"0x2c9759ce3126199512631f50cb01e40717c880cb094a8974f62f100978fe7071"

chain_name
enum<string>
required

The name or ID of the blockchain.

Available options:
ethereum,
apechain,
arbitrum,
avalanche,
base,
bsc,
polygon
Example:

"ethereum"

Response

Successfully retrieved transaction details.

transaction
object
required