Axelar Health API

The Health API from Axelar — 1 operation(s) for health.

OpenAPI Specification

axelar-health-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Amplifier GMP Chains Health API
  description: Integration layer for Amplifier chains
  version: 1.0.0
tags:
- name: Health
paths:
  /health:
    get:
      summary: Health check
      operationId: healthCheck
      responses:
        '200':
          description: OK
      tags:
      - Health