eth_getTransactionReceipt - Berachain

The eth_getTransactionReceipt is an Berachain JSON-RPC method that retrieves the transaction receipt of a given transaction hash. This method is particularly useful when you need to obtain detailed information about a transaction's execution, such as its status (success or failure), gas usage, and logs (events). Common use cases include checking the status of a transaction after it has been mined or inspecting the events emitted by a smart contract during a specific transaction.

Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to eth_getTransactionReceipt
params
array of strings
length between 1 and 1
params
Response

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json