/ DEVELOPERS / API / ETH_GETTRANSACTIONRECEIPT
eth_getTransactionReceipt
Get the mined receipt for a tx, including event logs (Ethereum log format).
eth_getTransactionReceipt
Get the mined receipt for a tx, including event logs (Ethereum log format).
eth_*category: txreturns: object
Parameters
Response
Press Send Request to see a response.
Copy as
curl -X POST '/rpc' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":[],"id":1}'