Python (SDK)
Transaction Bundler
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
Python (SDK)
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.