获取交易品种的实时订单簿深度(买卖盘)数据。
Documentation Index
Fetch the complete documentation index at: https://docs.tickdb.ai/llms.txt
Use this file to discover all available pages before exploring further.
| 参数名 | 是否必须 | 描述 |
|---|---|---|
| symbol | 是 | 交易产品代码 |
| limit | 否 | 深度档位数,默认10,最大50 |
| 字段 | 说明 |
|---|---|
| symbol | 交易产品 |
| timestamp | 数据时间戳(毫秒,UTC) |
| bids | 买盘数组,每个元素为 [价格, 数量] |
| asks | 卖盘数组,每个元素为 [价格, 数量] |