Get Transaction Receipt
Transactions
Get Transaction Receipt
Get a transaction receipt by transaction hash
GET
Get Transaction Receipt
Supported chains:
ethereum, polygon, base, arbitrum, optimism, binance, avalanche, gnosis
Authorizations
API key for authentication
Path Parameters
The blockchain network to query
Available options:
ethereum, polygon, base, arbitrum, optimism, binance, avalanche, gnosis Example:
"polygon"
Transaction hash (66 character hex string starting with 0x)
Pattern:
^0x[a-fA-F0-9]{64}$Example:
"0x00dcc066aad65ae4f10c0fc4ec1fac5d3693c12c01d98a9f6a87448be9b26200"
Query Parameters
Block number of the transaction. Optional but strongly recommended — providing it makes the lookup significantly faster, especially on high-volume chains.
Required range:
x >= 0