Exchange attribute updates
Endpoint:
wss://api.testnet.arcus.xyz/v1/ws— one socket multiplexes every channel and RPC request. Click Connect, then send the example subscribe message below to start receiving data.
Exchange-wide attribute state, discriminated by entry type. Currently the only entry type is "feeTierConfig", which carries the full fee tier table whenever an operator updates it via PUT /internal/feetiers or POST /internal/feetiers/{level}.
Global channel — no id required. All subscribers receive the same stream.
On subscribe: snapshot of the current fee tier table (one feeTierConfig entry, isSnapshot: true). Streaming: whenever the operator edits the fee tier config, go-core confirms the change and go-socks broadcasts a full table replacement (isSnapshot: false).
The equivalent REST read is GET /v1/feetiers.