Chains
Get supported chains
Retrieves all supported blockchain networks, optionally filtered by network type (mainnet/testnet)
get/chains
Query parameters
network'mainnet' | 'testnet'
Network type filter (mainnet or testnet)
Response
Supported chains retrieved successfully
string[] required
Example response
[ "ETHEREUM_MAINNET", "ARBITRUM_MAINNET", "BASE_MAINNET", "OPTIMISM_MAINNET", "POLYGON_MAINNET", "AVALANCHE_MAINNET", "STARKNET_MAINNET" ]