Transaction Batching
Get EIP-7702 Authorization
Get authorization data for EIP-7702 batching operations.
This authorization is required 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.