Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
适用于查询标记价格K线数据, 单次请求限制500条数据
GET https://cloud-api.wooxpro.com/contract/public/markprice-kline
请求
curl https://cloud-api.wooxpro.com/contract/public/markprice-kline?symbol=BTCUSDT&step=5&start_time=1662518172&end_time=1662518172
1
3
5
15
30
60
120
240
360
720
1440
4320
10080
响应
{ "code": 1000, "trace": "0cc6f4c4-8b8c-4253-8e90-8d3195aa109c", "message": "Ok", "data": [{ "timestamp": 1662518160, "open_price": "100", "close_price": "120", "high_price": "130", "low_price": "90", "volume": "941008" }, { "timestamp": 1662518161, "open_price": "99", "close_price": "119", "high_price": "129", "low_price": "89", "volume": "941008" } ] }