Bundler RPC
getUserOperationReceipt
Learn how to use the getUserOperationReceipt JSON-RPC method.
POST
/
#eth_getUserOperationReceipt
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
jsonrpc
string
default: 2.0requiredVersion of the JSON-RPC protocol, should be 2.0.
id
integer
default: 1requiredThe request identifier.
chainId
integer
requiredThe chain ID.
method
enum<string>
requiredAPI method being called.
Available options:
eth_getUserOperationReceipt
params
string[]
requiredHash of the user operation.
Response
200 - application/json
jsonrpc
string
default: 2.0requiredVersion of the JSON-RPC protocol, should be 2.0.
id
integer
default: 1requiredThe request identifier.
chainId
integer
requiredThe chain ID.
result
object
requiredReceipt of the user operation.
Was this page helpful?