sendUserOperation
Bundler RPC
sendUserOperation
Learn how to use the sendUserOperation JSON-RPC method.
POST
sendUserOperation
Documentation Index
Fetch the complete documentation index at: https://uasdev.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Contextualizing sendUserOperation
sendUserOperationpushes 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
Request to send a user operation.
Version of the JSON-RPC protocol, should be 2.0.
Example:
"2.0"
The request identifier.
Example:
1
The chain ID.
Example:
80001
API method being called.
Available options:
eth_sendUserOperation Parameters for sending a user operation.
Response
200 - application/json
Successful response with the result of the user operation.
