Alchemy Logo

eth_getTransactionReceipt

POST
/{apiKey}

Returns the receipt of a transaction by transaction hash.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

Transaction hashstringformat: "^0x[0-9a-f]{64}$"required

The hash of the transaction for which to get the receipt.

Responses

200

The transaction receipt object containing various properties of the transaction receipt.

Was this page helpful?