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.
查询标记价格K线数据
适用于查询标记价格K线数据, 单次请求限制500条数据
请求URL
GET https://cloud-api.wooxpro.com/contract/public/markprice-kline
请求限制
参见 速率限制详细请求参数
请求
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| symbol | String | 必填 | 合约交易对(如BTCUSDT) |
| step | Long | 选填 | K线间隔,默认为1分钟 步长: 1, 3, 5, 15, 30, 60, 120, 240, 360, 720, 1440, 4320, 10080 |
| start_time | Long | 必填 | 开始时间(时间戳,精确到秒) |
| end_time | Long | 必填 | 结束时间(时间戳,精确到秒) |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| timestamp | Long | 时间窗口 |
| open_price | String | 开盘价 |
| close_price | String | 收盘价 |
| high_price | String | 最高价 |
| low_price | String | 最低价 |
| volume | String | 成交量 |