---
title: "获取标的池列表"
method: GET
path: "/v1/universes"
tags: ["标的池"]
---

# 获取标的池列表

`GET /v1/universes`

## Response `200`

查询成功

- UniverseListResponse
  - `data` UniverseSummary[], required
    - `category` string, required — 分类
    - `description` string, nullable — 描述
    - `id` string, required — 唯一标识符
    - `name` string, required — 显示名称
    - `region` string, required — 地区代码
    - `symbol_count` integer, required — 标的数量

## Other responses

- `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)
