Skip to main content
GET
/
v2
/
networks
cURL
curl --request GET \
  --url https://api.vaults.fyi/v2/networks \
  --header 'x-api-key: <api-key>'
[
  {
    "name": "mainnet",
    "chainId": 123,
    "networkCaip": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

List of supported networks

name
enum<string>
required

Name of the network

Available options:
mainnet,
optimism,
arbitrum,
polygon,
gnosis,
base,
unichain,
swellchain,
celo,
worldchain,
berachain,
ink,
bsc,
hyperliquid,
plasma,
avalanche,
katana,
linea,
mega-eth,
monad,
etherlink
chainId
integer
required

Chain ID of the network

networkCaip
string
required

CAIP-2 of the network

Pattern: ^eip155:\d+$