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.