---
title: "Get Pool Value of Funds"
method: GET
path: "/api/v1/product/pool"
tags: ["Product"]
---

# Get Pool Value of Funds

`GET /api/v1/product/pool`

This API is used to get the total fund pool value of the index fund.

## Query parameters

- `symbol` string, required

## Response `200`

Successful Response

- ProductPoolVo
  - `symbol` string
  - `name` string
  - `poolRaw` string
  - `pool` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden Resources

---

[API](https://skmtc.net/securo/apis/securo-api.md) · [All operations](https://skmtc.net/securo/apis/securo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/securo/securo-api/versions/6cdab218fa72/schema)
