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.
Body
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.
The chain to use.
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The Ethereum address to use for authorization
"0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B"
Response
Response model for multicall authorization.
A unique nonce value for this authorization
12345
The Ethereum address authorized for multicall
The chain ID for the blockchain network
1