Alchemy Logo

eth_getTransactionByHash

POST
/{apiKey}

Returns information about a transaction requested 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 to retrieve.

Responses

200

The transaction object containing various properties of the transaction.

Was this page helpful?