Skip to main content
GET
Order Book

注意事项

  • 买盘(bids)按价格降序排列
  • 卖盘(asks)按价格升序排列
  • 时间戳单位为毫秒(UTC)

支持的市场

美股港股A股中国期货加密货币 示例:
  • 美股:AAPL.US、TSLA.US、MSFT.US
  • 港股:700.HK、9988.HK、3690.HK
  • A股:600519.SH、000001.SZ、920186.BJ
  • 中国期货:BU2609、IC2606、AP8888
  • 加密货币:BTCUSDT、ETHUSDT、ADAUSDT

请求参数

返回字段说明

授权

X-API-Key
string
header
必填

查询参数

symbol
string
默认值:700.HK
必填

Trading symbol

示例:

"700.HK"

limit
integer

Depth levels (default 10, max 50)

必填范围: 1 <= x <= 50
示例:

20

type
enum<string>

Symbol type, optional. Not required when the symbol is unambiguous; if the API returns an AMBIGUOUS_SYMBOL error, pass the value as indicated

可用选项:
stock,
indices,
crypto,
forex,
futures
示例:

"stock"

响应

200 - application/json

Successful response

code
integer
示例:

0

message
string
示例:

"success"

data
object