GET
/
health
Get API health status
curl --request GET \
  --url https://api-testnet.gte.xyz/v1/health
{
  "status": "ok",
  "timestamp": 123
}

Response

200 - application/json

Health check response

status
enum<string>
required

Status of the API

Available options:
ok,
error
timestamp
integer
required

Timestamp of the health check in UTC millis