eth_getTransactionReceipt
POST
/{apiKey}
Returns the receipt of a transaction by transaction hash.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
Transaction hashstringformat: "^0x[0-9a-f]{64}$"requiredThe 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?