Skip to main content
GET
/
status
System Health
curl --request GET \
  --url https://api.totalis.trade/status \
  --header 'TOTALIS_API_KEY: <api-key>'
{
  "status": "healthy",
  "version": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "stats": {},
  "market_cache": {},
  "sync": {
    "running": true,
    "last_run": {}
  },
  "websocket": {}
}

Authorizations

TOTALIS_API_KEY
string
header
required

API key for programmatic access. Generate from the Totalis Dashboard. Format: api_live_xxxxxxxxxxxxxxxxxxxxx. Supported for REST API and WebSocket.

Response

System health information

status
enum<string>
Available options:
healthy,
unhealthy
version
string
timestamp
string<date-time>
stats
object

RFQ, quote, and position counts

market_cache
object

Market cache statistics

sync
object
websocket
object

WebSocket connection statistics