Use This When
Do Not Use This When
Entry Points
Flow
1
Connect
Open a WebSocket to
/ws for subscriptions and control messages, or to /ws/stats for network snapshots only.2
Subscribe
Send a
subscribe control message for each topic you need, such as gas stats, account deltas, or transaction status.3
Broadcast or relay
Send
broadcast when the user pays gas with a signed transaction. Send relay only for Relayer V3 flows where XOXNO co-signs and pays gas.4
Correlate events
Include
requestId in control messages and match it against acknowledgments and pushed status events.Limits
Next Steps
Quickstart
Broadcast a signed transaction and verify its status event.
Connection limits
Heartbeats, topic caps, message limits, and reconnect handling.
Broadcast transactions
Send user-paid transactions through WebSocket or REST.
Relayer V3
Prepare a flow where XOXNO co-signs and pays gas.

