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

Authorizations

Authorization
string
header
required

Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.

Response

System health information

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

RFQ, quote, and escrow counts

market_cache
object

Market cache statistics

sync
object
websocket
object

WebSocket connection statistics