Endpoint
wss://relayer.xoxno.com/ws
Body
Must be
"subscribe".Topic to subscribe to. Supported topics:
| Topic | Description | Delivery |
|---|---|---|
gasStats | Per-shard gas prices and PPU with percentiles | 50 ms debounce / 5 s periodic |
networkStats | Full network snapshot | Adaptive (tracks block time) |
accounts | All account deltas network-wide | On each finalized block |
address/{bech32} | Account deltas + tx status for a specific address | Event-driven |
tx-status/{hash} | Status updates for a specific transaction | Event-driven |
Response
"subscribe""ok" on success, "fail" on error.Topic that was subscribed.
Present when
status is "fail". See the error table below.Errors
| Reason | Cause |
|---|---|
topic limit reached | Connection has 64 active subscriptions |
rate limit exceeded | More than 64 control messages in a 5-second window |
invalid bech32 address in topic | Address failed bech32 validation |
unknown topic | Topic matches no supported pattern |

