API Reference
Pricing
API Reference

大额订单薄

该接口提供合约交易中当前订单簿中的大额限价挂单数据。

缓存 / 更新频率: 实时更新

该接口以下API等级可用: API 等级

API 等级爱好版创业版标准版专业版企业版
可用性

响应数据

  "code": "0",
  "msg": "success",
  "data":[
  {
    "id": 2912620961,
    "exchange_name": "Binance",            // 交易所名称
    "symbol": "BTCUSDT",                   // 交易对
    "base_asset": "BTC",                   // 基础币种
    "quote_asset": "USDT",                 // 计价币种

    "limit_price": 56932,                  // 委托价格
    "start_time": 1722964242000,           // 委托开始时间(毫秒)
    "start_quantity": 28.39774,            // 初始数量
    "start_usd_value": 1616740.1337,       // 初始价值(USD)

    "current_quantity": 18.77405,          // 当前剩余数量
    "current_usd_value": 1068844.21,       // 当前剩余价值(USD)
    "current_time": 1722964272000,         // 当前时间(毫秒)

    "executed_volume": 0,                  // 成交数量
    "executed_usd_value": 0,               // 成交价值(USD)
    "trade_count": 0,                      // 成交笔数

    "order_side": 2,                       // 委托方向:1-卖单,2-买单
    "order_state": 1                       // 委托状态:1-挂单中,2-已完成,3-已撤销
  }
]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!