获取交易品种的最近成交执行记录。
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 | 否 | 返回成交记录数,默认50,最大200 |
| 字段 | 说明 |
|---|---|
| id | 成交ID |
| price | 成交价格 |
| quantity | 成交数量 |
| side | 成交方向(买入/卖出) |
| timestamp | 成交时间(毫秒时间戳,UTC) |