跳到主要内容

OHLCVResponse

successboolean必填

是否成功;HTTP 状态为 200 时为 true

codeinteger必填

状态码;成功时为 1

msgstring必填

状态信息

timenumber必填

当前 Unix 时间戳

dataarray[]必填

OHLCV 数组:[openTime, open, high, low, close, baseVolume]

可选值: >= 6, <= 6

OHLCVResponse
{
"success": true,
"code": 0,
"msg": "string",
"time": 0,
"data": [
"string"
]
}