success set to false and an errorMsg field explaining the issue. You can use the id field to map the error response with the corresponding request.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Format and example of WebSocket error responses, including the client ID mapping pattern.
success set to false and an errorMsg field explaining the issue. You can use the id field to map the error response with the corresponding request.
{
"id": "clientID7",
"event": "subscribe",
"success": false,
"ts": 1614141150601,
"errorMsg": "invalid symbol PERP_BTC_USDC"
}
| Error message | Description |
|---|---|
invalid symbol <symbol> | The requested symbol does not exist |
invalid topic <topic> | The requested topic is not supported |
auth failed | Authentication failed due to invalid credentials |
missing required parameter <param> | A required parameter is missing |