API Reference
Get API health status
API Reference
Get API health status
GET
/
health
curl --request GET \
--url https://api-testnet.gte.xyz/v1/health
{
"status": "ok",
"timestamp": 123
}
Response
200 - application/json
Health check response
The response is of type object
.
curl --request GET \
--url https://api-testnet.gte.xyz/v1/health
{
"status": "ok",
"timestamp": 123
}