跳转到主要内容
GET
/
v1
/
depth
查询市场深度(五档行情)
curl --request GET \
  --url https://api.tickflow.org/v1/depth \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "ask_prices": [
      123
    ],
    "ask_volumes": [
      123
    ],
    "bid_prices": [
      123
    ],
    "bid_volumes": [
      123
    ],
    "symbol": "<string>",
    "timestamp": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tickflow.org/llms.txt

Use this file to discover all available pages before exploring further.

授权

x-api-key
string
header
必填

查询参数

symbol
string
必填

标的代码,仅支持单个标的, 例如 "600000.SH"

响应

查询成功

市场深度响应

data
object
必填

市场深度(五档行情)