cURL
curl --request GET \ --url https://api.0xinsider.com/api/v1/health
{ "object": "<string>", "data": { "status": "ok", "db": true, "cache": true }, "meta": { "request_id": "<string>", "cached": true, "cache_age_s": 123 } }
Returns API health status. No authentication required.
Health status
"health"
Show child attributes
Was this page helpful?