GTOkiller
  • Home
  • Solver
  • MDA
  • Pricing
  • Invite a Friend
  • Blog
On this site
GTOKiller API
v1
Getting started
  • Quickstart
  • Authentication
Core concepts
  • Inputs
  • node id
  • Outputs
  • Discovery mode
  • Stateless mode
Reference
  • GET /v1/strategy
  • GET /v1/health
  • Errors
Need a key?

Request a trial key on Discord.

GTOKiller API
v1
Getting started
  • Quickstart
  • Authentication
Core concepts
  • Inputs
  • node id
  • Outputs
  • Discovery mode
  • Stateless mode
Reference
  • GET /v1/strategy
  • GET /v1/health
  • Errors
Need a key?

Request a trial key on Discord.

  1. Docs
  2. Reference
  3. GET /v1/health

GET /v1/health

Public liveness probe. No data, no version leak, no internal info.

GET/v1/healthpublic

Useful for uptime monitors and your own client's pre-flight check. Returns 200 with a generic ok payload, the server time, and a request ID. GET and HEAD are both accepted.

Example

curl https://api.gtokiller.com/v1/health
200Response · 200
{
  "data": {
    "status": "ok",
    "time": "2026-05-05T17:00:00.000Z",
    "request_id": "req_abc123…"
  }
}

/v1/health responses are cacheable for 60 seconds (Cache-Control: public, max-age=60). All other endpoints are private, no-store.

Previous
GET /v1/strategy
Next
Errors