CRYPTYX Docs
← API Reference
System

Health check

get/api/healthcheck

Authentication

Public — no authentication required.

Responses

200OK
status
enum(ok)
now
string<date-time>

Example request

curl -X GET 'https://cryptyx.ai/api/healthcheck' \
  -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).