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.
Version of the JSON-RPC protocol, should be 2.0.
The request identifier.
The chain ID.
API method being called.
Available options:
eth_getUserOperationReceipt
Hash of the user operation.
Response
200 - application/json
Successful response with the user operation receipt.
Version of the JSON-RPC protocol, should be 2.0.
The request identifier.
The chain ID.
Receipt of the user operation.
Was this page helpful?