IndicesTickerArrayResponse
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 object[]required
Array [
symbolstringrequired
Symbol name
indexPricestringrequired
Index price. 0 if not available
markPricestring
Mark price (futures only). 0 if not available
]
IndicesTickerArrayResponse
{
"success": true,
"code": 0,
"msg": "string",
"time": 0,
"data": [
{
"symbol": "string",
"indexPrice": "string",
"markPrice": "string"
}
]
}