GET
/
getNetworks
curl --request GET \
  --url https://api.jiffyscan.xyz/v0/getNetworks \
  --header 'x-api-key: <api-key>'
{
  "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"
}

Authorizations

x-api-key
string
header
required

Response

200
application/json
A list of supported network keys mapped from their chain IDs
{key}
string