---
title: "Returns the product prices for an array of product ids"
method: GET
path: "/v1/product/market-price"
tags: ["Product"]
---

# Returns the product prices for an array of product ids

`GET /v1/product/market-price`

## Query parameters

- `productIds` string[], required

## Response `200`

- ListOfMarketPriceDtos
  - `data` MarketPriceDto[], required — Array of market price objects
    - `bestAskPrice` string, decimal — Best ask price in USD expressed as a decimal (precision: 9)
    - `bestBidPrice` string, decimal — Best bid price in USD expressed as a decimal (precision: 9)
    - `oraclePrice` string, decimal — Oracle price in USD expressed as a decimal (precision: 9)
    - `price24hAgo` string, decimal — Price of product 24hrs ago in USD expressed as a decimal (precision: 9)
    - `productId` string, uuid, required — Id representing the registered product

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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