Ethereum bundler methods
Infura provides seamless integration with Pimlico's account abstraction bundler infrastructure, enabling developers to access ERC‑4337 smart account features. Infura transparently routes supported smart‑account methods to Pimlico's backend, allowing teams to construct, validate, simulate, and submit user‑operations without needing to directly call Pimlico endpoints or manage bundler infrastructure.
The following bundler methods are supported on Ethereum Mainnet and Sepolia:
eth_sendUserOperation
: Submits a user operation to be included onchain.eth_estimateUserOperationGas
: Simulates the user operation and estimates the appropriate gas limits.eth_getUserOperationReceipt
: Fetches the receipt of a user operation.eth_getUserOperationByHash
: Fetches the user operation by hash.eth_supportedEntryPoints
: Fetches the entry point addresses supported by the bundler.pimlico_getUserOperationGasPrice
: Returns the gas prices that must be used for the user operation.pimlico_getUserOperationStatus
: Returns the user operation status.pimlico_simulateAssetChanges
: Simulates a user operation to predict the asset changes it will cause.