v1

latestOpenAPI 3.0.32026-07-142214217.0 KB
Supported Networks

Retrieves a list of supported networks along with their chain IDs.

get/getNetworks

Response

A list of supported network keys mapped from their chain IDs

object required

Example response

{
  "1": "mainnet",
  "5": "goerli",
  "10": "optimism",
  "56": "bsc",
  "97": "bnb-testnet",
  "100": "gnosis",
  "122": "fuse",
  "137": "matic",
  "250": "fantom",
  "420": "optimism-goerli",
  "4002": "fantom-testnet",
  "8453": "base",
  "42161": "arbitrum-one",
  "43113": "avalanche-fuji",
  "43114": "avalanche",
  "80001": "mumbai",
  "84531": "base-testnet",
  "84532": "base-sepolia",
  "421613": "arbitrum-goerli",
  "421614": "arbitrum-sepolia",
  "11155111": "sepolia"
}
All 22 operations