Transaction Bundler
Construct Bundled Transaction
Bundle arbitrary transactions together into a single multicall transaction using EIP-7702.
This endpoint allows bundling multiple contract calls into a single atomic transaction, reducing gas costs and ensuring all operations succeed or fail together. The transaction must be authorized using the /authorization endpoint to prevent replay attacks.
POST
Body
application/json
Request model for executing a multicall.
Response
200
application/json
Successful Response
The response is of type object
.