Send signed userOp

The method mc_sendUserOp returns sends a signed UserOp to the network.

📘

Note:

It is highly recommended to use the UserOp object returned by the mc_getUnsignedUserOp as the input for this request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The version of the JSON-RPC protocol.

integer
required

The unique identifier for the request.

string
enum
required

The name of the method to be invoked.

Allowed:
params
array of objects
required

This parameter array is essential for submitting a signed UserOp. Ensure the following components are provided in sequence:

  • userOp - The details of the UserOp. It is advisable to utilize the object retrieved from mc_getUnsignedUserOp.
  • chainId - The network targeted for the UserOp.
  • signature - The signature obtained after signing the UserOp.
  • accountType - The category of the account initiating the UserOp.
params*
Responses

400

Bad request, invalid parameters or method

500

Internal server error

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