Skip to main content
GET
/
v1
/
networks
List all available networks
curl --request GET \
  --url https://api.yield.xyz/v1/networks \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "ethereum",
    "name": "Ethereum",
    "category": "evm",
    "logoURI": "https://assets.stakek.it/networks/ethereum.svg"
  }
]

Documentation Index

Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

Returns a list of all available networks

id
enum<string>
required

The network identifier

Available options:
ethereum,
ethereum-goerli,
ethereum-holesky,
ethereum-sepolia,
ethereum-hoodi,
arbitrum,
base,
base-sepolia,
gnosis,
optimism,
polygon,
polygon-amoy,
starknet,
zksync,
linea,
unichain,
monad-testnet,
avalanche-c,
avalanche-c-atomic,
avalanche-p,
binance,
celo,
fantom,
harmony,
moonriver,
okc,
viction,
core,
sonic,
katana,
hyperevm,
agoric,
akash,
axelar,
band-protocol,
bitsong,
canto,
chihuahua,
comdex,
coreum,
cosmos,
crescent,
cronos,
cudos,
desmos,
dydx,
evmos,
fetch-ai,
gravity-bridge,
injective,
irisnet,
juno,
kava,
ki-network,
mars-protocol,
nym,
okex-chain,
onomy,
osmosis,
persistence,
quicksilver,
regen,
secret,
sentinel,
sommelier,
stafi,
stargaze,
stride,
teritori,
tgrade,
umee,
sei,
mantra,
celestia,
saga,
zetachain,
dymension,
humansai,
neutron,
polkadot,
kusama,
westend,
bittensor,
binancebeacon,
cardano,
near,
solana,
solana-devnet,
stellar,
stellar-testnet,
sui,
tezos,
tron,
ton,
ton-testnet
Example:

"ethereum"

name
string
required

Human-readable display name of the network

Example:

"Ethereum"

category
enum<string>
required

The category of the network

Available options:
evm,
cosmos,
substrate,
misc
Example:

"evm"

logoURI
string
required

Logo URI for the network

Example:

"https://assets.stakek.it/networks/ethereum.svg"