cURL
curl --request POST \ --url https://api.tickflow.org/v1/universes/batch \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "ids": [ "CN_Equity_A", "CN_ETF" ] } '
{ "data": {} }
Documentation IndexFetch the complete documentation index at: https://docs.tickflow.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tickflow.org/llms.txt
Use this file to discover all available pages before exploring further.
批量获取标的池详情请求体
标的池 ID 列表
["CN_Equity_A", "CN_ETF"]
查询成功
批量获取标的池详情响应
以有效的标的池 ID 为 key,UniverseDetail 为 value
Show child attributes