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"
}
]Retrieve a list of all supported networks that can be used for filtering yields and other operations.
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.
Returns a list of all available networks
The network identifier
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 "ethereum"
Human-readable display name of the network
"Ethereum"
The category of the network
evm, cosmos, substrate, misc "evm"
Logo URI for the network
"https://assets.stakek.it/networks/ethereum.svg"