Bundler RPC
getUserOperationReceipt
Learn how to use the getUserOperationReceipt JSON-RPC method.
POST
Understanding getUserOperationReceipt
getUserOperationReceipt
returns a detailed object containing specific transaction details for a given user operation hash. It takes:hash
- string.
Query example
JSON
Body
application/json
Request to retrieve the receipt of a user operation.
The body is of type object
.
Response
200 - application/json
Successful response with the user operation receipt.
The response is of type object
.