Skip to main content

IndicesTickerResponse

successbooleanrequired

Whether the request succeeded. true when HTTP status is 200

codeintegerrequired

Status code. 1 on success

msgstringrequired

Status message

timenumberrequired

Current unix timestamp

data objectrequired
symbolstringrequired

Symbol name

indexPricestringrequired

Index price. 0 if not available

markPricestring

Mark price (futures only). 0 if not available

IndicesTickerResponse
{
"success": true,
"code": 0,
"msg": "string",
"time": 0,
"data": {
"symbol": "string",
"indexPrice": "string",
"markPrice": "string"
}
}