getUserOperationByHash

📑 Understanding getUserOperationByHash

  • getUserOperationByHash returns a UserOperation object corresponding with a specific hash. It takes:
    • hash - string.

Query example

{
    "method": "eth_getUserOperationByHash",
    "params": [
      // user operation hash
      "0x1ee478a6e967c407e8dfb5e3f2eb1131a7418c36396147fce1f7e81a871102a3"
    ],
    "id": 1695717473,
    "jsonrpc": "2.0",
    "chainId": 80001
}
Body Params
string
required
Defaults to 2
integer
required
Defaults to 1
integer
required
string
enum
required
Allowed:
params
array of strings
required
params*
Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json