Docs
Поиск⌘ K
  • Главная страница
  • О The Graph
  • Поддерживаемые сети
  • Protocol Contracts
  • Субграфы
    • Субпотоки
      • Token API
        • Hypergraph
          • AI Suite
            • Индексирование
              • Ресурсы
                Token API > Monitoring Endpoints

                Health Check

                GET/v1/health

                Returns API operational status and dependency health with optional endpoint testing.

                Use skip_endpoints to bypass endpoint responses checks.

                Параметры запроса

                ParameterОписаниеValue
                skip_endpoints
                boolean
                • Default value: true

                Potential Responses

                СтатусОписание
                200

                API is healthy or degraded

                400

                Client side error

                401

                Authentication failed

                403

                Forbidden

                404

                Not found

                500

                Server side error

                503

                API is unhealthy

                ⁠Редактировать на GitHub⁠

                Swap EventsSupported Networks
                Test this endpoint

                1curl --request GET \2  --url 'https://token-api.thegraph.com/v1/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 GraphСтатусТестовая сетьБрундовые ресурсыФорумБезопасностьПолитика конфиденциальностиУсловия обслуживания