跳转到主要内容
GET
/
v1
/
klines
/
intraday
/
batch
批量查询当日分钟K线
curl --request GET \
  --url https://api.tickflow.org/v1/klines/intraday/batch \
  --header 'x-api-key: <api-key>'
{
  "data": {}
}

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
必填

查询参数

symbols
string
必填

逗号分隔的标的代码

period
enum<string>

周期 K线周期

可用选项:
1m,
5m,
10m,
15m,
30m,
60m,
1d,
1w,
1M,
1Q,
1Y
count
integer | null

返回的K线数量

必填范围: x >= 0

响应

批量查询成功

Intraday 批量响应

data
object
必填