eth_sendUserOperation
POST
/{apiKey}
Sends a UserOperation to the given EVM network.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
objectrequired
The UserOperation object. This can be either a v0.6 or v0.7 user operation, but MUST match the version of the entry point at the address of the second parameter.
string
format: "^0x[0-9a-fA-F]{40}$"requiredThe EntryPoint address the request should be sent through. This MUST be one of the EntryPoints returned by the supportedEntryPoints RPC call.
Responses
200
The calculated userOpHash for the UserOperation.
Was this page helpful?