Body
application/json
Request model for batching user operations.
Used for smart account batching and 5792 batching.
Available options:
arbitrum
, base
, ethereum
The address of the transaction sender.
Examples:
"0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B"
List of possible user operations
Examples:
{
"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.
Response
Successful Response
List of user operations to be batched and executed by the smart account.