Transaction Batching
Enable transaction bundling.
Get authorization for bundling transactions.
Currently this is required for every transaction bundle to prevent replay attacks and ensure transaction ordering when batching multiple actions into a single transaction. The authorization includes a nonce and chain ID to guarantee transaction uniqueness and proper network targeting.
POST
Body
application/json
Request model for getting a multicall authorization.
This model is used to authorize a sender address to perform multicall operations, allowing it to call multiple functions on multiple contracts in a single transaction.
Only needs to be done once per an EOA.
Response
200
application/json
Successful Response
Response model for multicall authorization.