Bundler API Endpoints

The Bundler APIs are a collection of ERC-4337 compliant JSON-RPC endpoints which makes it possible for users to work with user operations.

Chains Supported

MethodDescriptionEthereumPolygonArbitrumOptimismBaseZoraFraxtalAstarSolana
eth_sendUserOperationSends a user operation to the given EVM network.All NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksUnsupportedUnsupported
eth_estimateUserOperationGasEstimates the gas values for a UserOperation.All NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksUnsupportedUnsupported
eth_supportedEntryPointsReturns an array of the entryPoint addresses supported by the client.All NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksUnsupportedUnsupported
eth_getUserOperationByHashReturn a UserOperation based on a hash (userOpHash).All NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksUnsupportedUnsupported
eth_getUserOperationReceiptGet the UserOperationReceipt based on the userOpHash value.All NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksUnsupportedUnsupported
rundler_maxPriorityFeePerGasReturns a fee per gas that is an estimate of how much users should set as a priority fee in UOs for Rundler endpoints.All NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksAll NetworksUnsupportedUnsupported

What exactly is the Bundler API?

The Bundler APIs are a collection of ERC-4337 compliant JSON-RPC endpoints, making it possible for users to work with user operations.

ReadMe