cURL
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": {} }
Get system health status including RFQ/quote/escrow statistics, market cache info, sync status, and WebSocket connection counts.
Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.
Authorization: Bearer <token>
System health information
healthy
unhealthy
RFQ, quote, and escrow counts
Market cache statistics
Show child attributes
WebSocket connection statistics
Was this page helpful?