Get User Ops

Retrieves a user operation object that can be signed and submitted to the bundler. Used in account abstraction flows to gather the required transaction data.

💡

Compute Unit Value: 5 (Fixed)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

The unique ID to direct queries or transactions to the correct blockchain. Find more here.

string

The abbreviated chain name for queries or transactions.

string
required

Specifies the account or contract initiating the operation. If not on-chain yet, the account may need to be created.

string

Anti-replay parameter.

string

The initCode of the account. (needed if and only if the account is not yet on-chain and needs to be created)

string

Gas units to compensate the bundler for pre-verification overhead and calldata encoding, as an integer string (ERC-4337).

string

Maximum gas units for verifying the user operation (signature validation and paymaster logic), as an integer string (ERC-4337).

string

Maximum gas units for the overall user operation execution, as an integer string (ERC-4337).

string

Maximum gas units for the main execution call of the user operation, as an integer string (ERC-4337).

string

The encoded data for the transaction function call or operation to be executed in this user operation.

string

Maximum priority fee (tip) per gas unit in wei to incentivize validators or bundlers, as an integer string (EIP-1559). Example: '1000000000' = 1 gwei.

string

Maximum total fee per gas unit in wei (base fee + priority fee), as an integer string (EIP-1559). Example: '20000000000' = 20 gwei.

string

Address of the paymaster sponsoring the transaction, plus any additional data sent to the paymaster. Leave empty for self-sponsored transactions.

string
required

Array of user operation objects as per ERC-4337. Defines one or more operations to bundle.

string
required

The address of the bundler or beneficiary responsible for executing the user operations.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json