GET
/
networks
curl --request GET \
  --url https://token-api.thegraph.com/networks
{
  "networks": [
    {
      "id": "mainnet",
      "fullName": "Ethereum Mainnet",
      "shortName": "Ethereum",
      "networkType": "mainnet",
      "nativeToken": "ETH",
      "caip2Id": "eip155:1",
      "icon": {
        "web3Icons": {
          "name": "ethereum"
        }
      },
      "aliases": [
        "ethereum",
        "eth",
        "eth-mainnet",
        "evm-1"
      ]
    }
  ]
}

EVM

NetworkERC-20NativeContractsPrices
ethereum
base
bnb
arbitrum-one

Solana

NetworkSPL-TokenNativeToken-2022Prices
solana-mainnet-beta

See full list of networks supported by The Graph.

Response

200 - application/json
Successful Response
networks
object[]
required