Docs
Search⌘ K
  • Home
  • About The Graph
  • Supported Networks
  • Protocol Contracts
  • Subgraphs
    • Substreams
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Graph Horizon
                • Resources
                  Token API > Monitoring Endpoints

                  Supported Networks

                  GET/v1/networks

                  Returns supported blockchain networks with identifiers and metadata.

                  Query Parameters

                  ParameterDescriptionValue
                  network

                  Network ID to filter by
                  Single value or array of values* (separate multiple values with ,)
                  *Plan restricted.

                    Potential Responses

                    StatusDescription
                    200

                    Successful Response

                    400

                    Client side error

                    401

                    Authentication failed

                    403

                    Forbidden

                    404

                    Not found

                    500

                    Server side error

                    ⁠Edit on GitHub⁠

                    Health CheckAPI Version Info
                    Test this endpoint

                    1curl --request GET \2  --url 'https://token-api.thegraph.com/v1/networks?network=arbitrum-one'

                    1{2  "networks": [3    {4      "id": "mainnet",5      "fullName": "Ethereum Mainnet",6      "shortName": "Ethereum",7      "networkType": "mainnet",8      "nativeToken": "ETH",9      "caip2Id": "eip155:1",10      "icon": {11        "web3Icons": {12          "name": "ethereum"13        }14      },15      "aliases": [16        "ethereum",17        "eth",18        "eth-mainnet",19        "evm-1"20      ],21      "indexed_to": [22        {23          "category": "transfers",24          "version": "0.2.2",25          "block_num": 24278225,26          "datetime": "2026-01-20 19:57:11",27          "timestamp": 176893903128        }29      ]30    }31  ]32}
                    The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service