NEWDirect chain access. 50% cheaper than competitors.

GET /health

Health check

No authentication required.

Response

statusstring

API status

timestampinteger

Unix timestamp

curl "https://api.qoery.com/health"
const response = await fetch('https://api.qoery.com/health');
import requests

response = requests.get('https://api.qoery.com/health')
{
  "status": "healthy",
  "timestamp": 1701345600
}