gelato_getUserOperationQuote
Bundler API Endpoints
gelato_getUserOperationQuote
Returns a detailed quote for a UserOperation including gas limits, fees, and total cost.
POST
gelato_getUserOperationQuote
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.
Body
application/json
params
(`UserOperationEntryPoint0.7` · object | `UserOperationEntryPoint0.6` · object | string | `StateOverrideSet` · object)[]
- Object - The
UserOperationobject (gas limits and prices are optional) - String - The
EntryPointaddress the request should be sent through. This MUST be one of the entry points returned by theeth_supportedEntryPointsrpc call. - Object - Optional state override set that allows changes to the state of a contract before executing the call.
Required array length:
2 - 3 elements