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

              获取 API 的健康状况

              GET/health

              查询参数

              参数描述值
              skip_endpoints
              string
              • 默认值: true
              • 可选值: true, false
              true

              可能的反应

              状态描述
              200API is healthy or degraded
              400Client side error
              401Authentication failed
              403Forbidden
              404Not found
              500Server side error
              503API is unhealthy
              ⁠在GitHub上编辑⁠

              获取API版本Token API FAQ
              测试此终点

              1curl --request GET \2  --url 'https://token-api.thegraph.com/health?skip_endpoints=true'

              1{2  "status": "healthy",3  "checks": {4    "database": "up",5    "api_endpoints": "up"6  },7  "request_time": "2025-08-06 12:00:00",8  "duration_ms": 12509}
              The GraphStatusTestnetBrand AssetsForum安全Privacy PolicyTerms of Service