Pushing 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 |