Docs
搜索⌘ K
  • 主页
  • 关于 The Graph
  • 支持的网络
  • 协议合约
  • 子图
    • 子流
      • 代币 API
        • Hypergraph
          • AI Suite
            • 索引
              • 资源
                代币 API > 监控端点

                Supported Networks

                GET/v1/networks

                Returns supported blockchain networks with identifiers and metadata.

                可能的反应

                状态描述
                200

                Successful Response

                400

                Client side error

                401

                Authentication failed

                403

                Forbidden

                404

                Not found

                500

                Server side error

                ⁠在GitHub上编辑⁠

                Health CheckAPI Version Info
                测试此终点

                1curl --request GET \2  --url https://token-api.thegraph.com/v1/networks

                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    }22  ]23}
                The GraphStatusTestnetBrand AssetsForum安全Privacy PolicyTerms of Service