Compose individual credit operations (supply, withdraw, borrow, repay, swap, transfer) into a single atomic Safe transaction.
The Credit Account must already be created via /v2/credit/create_account.
Request to execute multiple credit actions in a single atomic transaction.
The owner's wallet address that controls the Credit Account.
Target blockchain network where the bundled actions will execute.
base, ethereum, arbitrum List of actions to bundle. Actions are executed in order.
1 - 20 elementsIf true, returns EIP-712 typed data for gas-sponsored execution.
Successful Response
Number of individual transactions bundled in this execution.
Unsigned transaction for direct execution by the owner. Present when gas_sponsorship=false.
EIP-712 typed data for gas-sponsored execution. Present when gas_sponsorship=true. Owner must sign and submit to /gas_sponsorship/prepare.