Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.woox.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve a list of all topics currently subscribed to on the connection.
{
  "id": .....
  "cmd": "LIST_SUBSCRIPTION"
}
{
  "id": "{req_id}",
  "cmd": "LIST_SUBSCRIPTION",
  "success": true,
  "time": {timestamp},
  "data": ["topic1", "topic2"]
}