---
title: "Handler Get Symbol Price History"
method: GET
path: "/money/market_data/price_series"
---

# Handler Get Symbol Price History

`GET /money/market_data/price_series`

## Query parameters

- `symbol` string, required
- `duration` '30d' | '90d' | 'ytd', required

## Response `200`

OK

- BalancesGetSymbolPriceHistoryOutput
  - `data` BalancesPricePointView[], nullable
    - `close_usd` string
    - `sampled_ts` string, date-time

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/2891199eb659/schema)
