Get the swap contract's output token metadata
Swap
Get the swap contract's output token metadata
Resolves outputToken() on the Superstate swap contract and returns the ERC-20 name, symbol and decimals of that token.
GET
Get the swap contract's output token metadata
Authorizations
OAuth 2.0 authorization and token endpoints
Query Parameters
The swap contract address
Example:
"0x742d35cc6634c0532925a3b844bc9e7595f0beb1"
The EVM chain to read from, e.g. ethereum_mainnet, ethereum_sepolia, base_mainnet or base_sepolia
Example:
"ethereum_sepolia"
Response
Successful response.
ERC-20 metadata of a swap contract's output token.
ERC-20 token decimals
Example:
6
ERC-20 token name
Example:
"USD Coin"
String representing the object's type. Objects of the same type share the same value.
Available options:
swap_output_token ERC-20 token symbol
Example:
"USDC"