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.
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.
Successful Response
Response model for multicall authorization.