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
The chain ID.
The request identifier.
Version of the JSON-RPC protocol, should be 2.0.
API method being called.
Available options:
eth_getUserOperationByHash
Hash of the user operation.
Was this page helpful?