wss://api.hotstuff.trade/ws
Channel: trades
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 | "trades" |
symbol | string | Yes | Trading symbol | "BTC-PERP", "ETH-PERP" |
Supported Methods
subscribe- Subscribe to trade execution updatesunsubscribe- Unsubscribe from trade execution updates