Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.yield.xyz/health
{
  "status": "OK",
  "timestamp": "2024-01-15T10:30:00.000Z"
}

Response

200 - application/json

Health check status with timestamp

status
enum<string>
required

The health status of the service

Available options:
OK,
FAIL
Example:

"OK"

timestamp
string<date-time>
required

Timestamp when the health check was performed

Example:

"2024-01-15T10:30:00.000Z"