Bundler RPC
sendUserOperation
Learn how to use the sendUserOperation JSON-RPC method.
POST
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
The chain ID.
The request identifier.
Version of the JSON-RPC protocol, should be 2.0.
API method being called.
Available options:
eth_sendUserOperation
Parameters for sending a user operation.
Was this page helpful?