Documentation Index
Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
Use this file to discover all available pages before exploring further.
【Public】Ticker Channel
Get the latest transaction price, bid one price, ask for one price, and 24 trading volumes of all perpetual contracts on the platformPushing Rules
- No user login required
- After subscribing, then the changes will be pushed
- Sent once in 1 second after subscription
Request
Request
{"action":"subscribe","args":["<channel>:<symbol>"]}
- actions:
subscribe - channel: Channel name
futures/ticker, fixed value - symbol: Trading pair, such as
BTCUSDT
Response
Response
| Field | Type | Description |
|---|---|---|
| symbol | String | Symbol of the contract(like BTCUSDT) |
| last_price | String | Latest Price |
| volume_24 | String | Volume of 24-hour transactions |
| range | String | Up or Down |
| mark_price | String | Mark Price |
| index_price | String | Index Price |
| ask_price | String | Sell depths first price |
| ask_vol | String | Sell depths first vol |
| bid_price | String | Buy depths first price |
| bid_vol | String | Buy depths first vol |