Skip to main content

OHLCVResponse

successbooleanrequired

Whether the request succeeded. true when HTTP status is 200

codeintegerrequired

Status code. 1 on success

msgstringrequired

Status message

timenumberrequired

Current unix timestamp

dataarray[]required

Array of OHLCV arrays: [openTime, open, high, low, close, baseVolume]

Possible values: >= 6, <= 6

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