Generate a list of user operations for smart account batching.
Request model for batching user operations.
Used for smart account batching and 5792 batching.
arbitrum, base, ethereum The address of the transaction sender.
"0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B"
List of possible user operations
{
"body": {
"action_type": "SET_ALLOWANCE",
"amount": "1000",
"contract": "UniswapV3Router",
"token": "USDC"
}
}Determines whether to estimate gas costs for transactions, also verifying that the transaction can be successfully executed.
Successful Response
List of user operations to be batched and executed by the smart account.