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.
Get MarkPrice K-line
Applicable for querying MarkPrice K-line data. Single time request size upper limit 500
Request URL
GET https://cloud-api.wooxpro.com/contract/public/markprice-kline
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| symbol | String | Yes | Symbol of the contract(like BTCUSDT) |
| step | Long | No | K-Line step, default is 1 minute. step: 1, 3, 5, 15, 30, 60, 120, 240, 360, 720, 1440, 4320, 10080 |
| start_time | Long | Yes | Start time(Timestamp in Seconds) |
| end_time | Long | Yes | End time(Timestamp in Seconds) |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| timestamp | Long | Time Window |
| open_price | String | Opening Price |
| close_price | String | Closing Price |
| high_price | String | Highest Price |
| low_price | String | Lowest Price |
| volume | String | Turnover |