---
title: "批量获取标的池详情"
method: POST
path: "/v1/universes/batch"
tags: ["标的池"]
---

# 批量获取标的池详情

`POST /v1/universes/batch`

## Request body

- UniverseBatchRequest — 批量获取标的池详情请求体
  - `ids` string[], required — 标的池 ID 列表

## Response `200`

查询成功

- UniverseBatchResponse — 批量获取标的池详情响应
  - `data` object, required — 以有效的标的池 ID 为 key，UniverseDetail 为 value

## Other responses

- `400` — 参数错误
- `401` — 认证失败

---

[API](https://skmtc.dev/tickflow/apis/tickflow-api.md) · [All operations](https://skmtc.dev/tickflow/apis/tickflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tickflow/tickflow-api/revisions/13831df8eba1/schema)
