eth_sendUserOperation
Bundler API Endpoints
eth_sendUserOperation
Sends a UserOperation to the specified network.
POST
eth_sendUserOperation
The API Playground below defaults to
EntryPoint v0.7 & EntryPoint v0.8 parameters, If you’re working with EntryPoint v0.6, please change the object parameter to UserOperationEntryPoint0.6.Important: After entering the userOperation parameters, make sure to click Add an Item to include the EntryPoint address.Headers
Gelato API key for higher rate limits. This must be provided if sponsoring off-chain via Gas Tank.
Path Parameters
Target network chain identifier.
Query Parameters
Payment method for gas fees. Use 'sponsored' for Gas Tank sponsorship.
Available options:
sponsored, native, erc20 Body
application/json
- Object - The
UserOperationobject - String - The
EntryPointaddress the request should be sent through. This MUST be one of the entry points returned by theeth_supportedEntryPointsrpc call.
Required array length:
2 elements