---
title: "Get Price"
method: GET
path: "/api/v1/product/price"
tags: ["Product"]
---

# Get Price

`GET /api/v1/product/price`

This API is used to get the price token of the index fund.

## Query parameters

- `symbol` string, required

## Response `200`

Successful Response

- ProductPriceVo
  - `symbol` string
  - `name` string
  - `priceRaw` string
  - `price` 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)
