代币 API > 监控端点
Health Check
GET/v1/health
Returns API operational status and dependency health with optional endpoint testing.
Use skip_endpoints to bypass endpoint responses checks.
查询参数
| 参数 | 描述 | 值 |
|---|---|---|
skip_endpointsboolean |
|
可能的反应
| 状态 | 描述 |
|---|---|
| 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 |