The Heartbeat channel provides a logical-level liveness signal for authorized Smart Order Routing customers. Subscribe to receive periodic heartbeat messages to monitor the health of your WebSocket connection and the server’s responsiveness.Documentation Index
Fetch the complete documentation index at: https://docs.paxos.com/llms.txt
Use this file to discover all available pages before exploring further.
Subscribe to Heartbeat
Request
The heartbeat channel does not require parameters.
Response
Error Response
Heartbeat Message Format
The server sends periodic heartbeat messages after you subscribe:Message Fields
| Field | Type | Description |
|---|---|---|
timestamp | string | Server timestamp in RFC3339Nano format |
Unsubscribe
To stop receiving heartbeat messages:List Active Subscriptions
Get all active subscriptions including heartbeat:Response
Heartbeat vs WebSocket Ping/Pong
The heartbeat channel operates at the application layer, while WebSocket ping/pong operates at the protocol layer:- WebSocket Ping/Pong: Automatic transport-layer keepalive handled by the WebSocket protocol
- Heartbeat Channel: Application-layer liveness signal providing server timestamp and logical health status
Questions? Contact Support.