跳到主要内容

IndicesTickerArrayResponse

successboolean必填

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

codeinteger必填

状态码;成功时为 1

msgstring必填

状态信息

timenumber必填

当前 Unix 时间戳

data object[]必填
  • Array [
  • symbolstring必填

    符号名称

    indexPricestring必填

    指数价格;不可用时为 0

    markPricestring

    标记价格(仅合约);不可用时为 0

  • ]
  • IndicesTickerArrayResponse
    {
    "success": true,
    "code": 0,
    "msg": "string",
    "time": 0,
    "data": [
    {
    "symbol": "string",
    "indexPrice": "string",
    "markPrice": "string"
    }
    ]
    }