Skip to main content
GET
/
v1
/
health
Health Check
curl --request GET \
  --url https://api.novashield.so/v1/health
{
  "status": "healthy",
  "service": "NovaShield Security Engine",
  "version": "3.0.0",
  "chain": "solana",
  "timestamp": "2023-11-07T05:31:56Z"
}
Returns service status, version, chain, and timestamp.

Response

200 - application/json

Service healthy

status
string

Service health status

Example:

"healthy"

service
string

Service name

Example:

"NovaShield Security Engine"

version
string

API version

Example:

"3.0.0"

chain
string

Supported blockchain

Example:

"solana"

timestamp
string<date-time>

Current server time