wss://api.hotstuff.trade/ws
Channel: bbo
Example Request
Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
jsonrpc | string | Yes | JSON-RPC version | "2.0" |
id | string/number | Yes | Request identifier for tracking | "1" or 1 |
method | string | Yes | Action to perform | "subscribe" or "unsubscribe" |
channel | string | Yes | Channel name | "bbo" |
symbol | string | Yes | Trading symbol or “all” | "BTC-PERP", "ETH-PERP", "all" |
Supported Methods
subscribe- Subscribe to best bid/offer updatesunsubscribe- Unsubscribe from best bid/offer updates
Supported Symbols
- Individual symbols:
BTC-PERP,ETH-PERP, etc. - All symbols:
"all"