Response
The API returns an array of supported blockchain networks with detailed information including:- chainId: Unique blockchain network identifier
- name: Human-readable network name
- symbol: Native token symbol
- logoURI: Network logo URL
- rpcUrls: Array of RPC endpoint URLs
- blockExplorerUrls: Array of block explorer URLs
- nativeCurrency: Native currency details (name, symbol, decimals)
- isTestnet: Whether this is a testnet
Example Response
Use Cases
- Get list of supported networks for wallet integration
- Display available chains in your application UI
- Validate chain IDs before making quote requests
- Show network details and logos in chain selectors