Check whether a wallet is authorized on a swap contract
Wallet
Check whether a wallet is authorized on a swap contract
Reads authorized(address) on the Superstate swap contract to determine whether the given wallet is allowed to swap.
GET
Check whether a wallet is authorized on a swap contract
Authorizations
OAuth 2.0 authorization and token endpoints
Query Parameters
The swap contract address
Example:
"0x742d35cc6634c0532925a3b844bc9e7595f0beb1"
The wallet address to check
Example:
"0x8ba1f109551bd432803012645ac136ddd64dba72"
The EVM chain to read from, e.g. ethereum_mainnet, ethereum_sepolia, base_mainnet or base_sepolia
Example:
"ethereum_sepolia"
Response
Successful response.
Whether a wallet is authorized to swap on a Superstate swap contract.