Bundler RPC
sendUserOperation
Learn how to use the sendUserOperation JSON-RPC method.
POST
/
#eth_sendUserOperation
Contextualizing sendUserOperation
sendUserOperation
pushes a signed UserOperation to the network, in this case through the Particle Bundler. It takes:- UserOperation object.
entrypointAddress
- 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_sendUserOperation
params
array
requiredParameters for sending a 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
string
requiredTransaction hash of the user operation.
Was this page helpful?