Skip to main content
Unsubscribe from a topic to stop receiving its events. The Relayer frees the topic slot immediately.

Endpoint

wss://relayer.xoxno.com/ws

Body

action
string
required
Must be "unsubscribe".
topic
string
required
Topic to unsubscribe from. Must match an active subscription.

Response

action
string
"unsubscribe"
status
string
"ok" on success, "fail" on error.
topic
string
Topic that was unsubscribed.
{
  "action": "unsubscribe",
  "topic": "gasStats"
}
{
  "action": "unsubscribe",
  "status": "ok",
  "topic": "gasStats"
}