---
title: "Market Price USD"
method: GET
path: "/eth/fund-data/market-price-usd"
tags: ["ETH Fund Data"]
---

# Market Price USD

`GET /eth/fund-data/market-price-usd`

The price of certain symbol (e.g. ethe) managed by each fund (e.g. Grayscale) reflects sentiment of investors in regulated markets. In this specific case, having single share of ETHE means having approximately 0.01 ETH invested to Grayscale. This endpoint returns metrics related to the US Dollar(USD) price of fund related stocks (e.g. ethe). We provide five metrics, `price_usd_open`, USD opening price at the beginning of the window, `price_usd_close`, USD closing price at the end of the window, `price_usd_high`, the highest USD price in a given window, `price_usd_low`, the lowest USD price in a given window, and `price_usd_adj_close`, USD adjusted closing price at the end of the window. All Symbol is not supported.

**📖 Data Guide:** [Grayscale Ethereum Trust (ETHE)](/data-guide/fund-premium/grayscale-ethereum-trust-ethe) — definition, interpretation, and chart examples.

## Query parameters

- `symbol` string, required
- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

Market Price OHLC and adjusted C Data in USD

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `window` string, required — The size of window. This metric supports only day resolution.
    - `data` object[], required
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `price_usd_open` number, required — USD opening price at the beginning of the window.
      - `price_usd_high` number, required — The highest USD price in a given window.
      - `price_usd_low` number, required — The lowest USD price in a given window.
      - `price_usd_close` number, required — USD closing price at the end of the window.
      - `price_usd_adj_close` number, required — USD adjusted closing price at the end of the window.

---

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