API

Status API

Run current application, market, RPC, engine, ledger, and wallet checks.

#Endpoint

METHODPATHPURPOSE
GET/api/statusRun current application, market, RPC, engine, ledger, and wallet checks.

#Parameters

NameLocation / typeDescription
β€”β€”No parameters

#Response

{
  "checkedAt": "…",
  "systems": [{ "id": "rpc", "name": "Chain RPC", "status": "operational", "detail": "Connected to chain 4663", "checkedAt": "…", "latencyMs": 120 }],
  "contracts": [{ "name": "$OW", "status": "not-deployed", "address": null }]
}

#Errors

StatusCondition
200Health checks completed; individual systems may be unavailable

#Cache behavior

Cache-Control: no-store. Each response performs or reads the current checks.

#Example request

curl https://overweight.example/api/status