Bundler RPC
getUserOperationByHash
Learn how to use the getUserOperationByHash JSON-RPC method.
POST
Understanding getUserOperationByHash
getUserOperationByHash
returns a UserOperation object corresponding with a specific hash. It takes:hash
- string.
Query example
JSON
Body
application/json
Request to retrieve a user operation by its hash.
The body is of type object
.
Response
200 - application/json
Successful response with the user operation details.
The response is of type object
.