eth_sendUserOperationSync
Bundler API Endpoints
eth_sendUserOperationSync
Sends a UserOperation to the specified network and waits for it to be included on-chain. Returns the transaction receipt upon success.
POST
eth_sendUserOperationSync
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
params
(`UserOperationEntryPoint0.7` · object | `UserOperationEntryPoint0.6` · object | string | number)[]
- 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. - Number - Timeout in milliseconds to wait for transaction inclusion (optional)
Required array length:
2 - 3 elements