---
title: "Returns the product market liquidity by id"
method: GET
path: "/v1/product/market-liquidity"
tags: ["Product"]
---

# Returns the product market liquidity by id

`GET /v1/product/market-liquidity`

## Query parameters

- `productId` string, uuid, required

## Response `200`

- MarketLiquidityDto
  - `asks` array[], required — An array of ask tuple pairs (price, quantity) ordered in asc
    - string[]
  - `bids` array[], required — An array of bid tuple pairs (price, quantity) ordered in desc
    - string[]
  - `previousTimestamp` integer — Previous book update, undefined if never updated (ms since Unix Epoch)
  - `productId` string, uuid, required — Id representing the product
  - `timestamp` integer, required — Most recent book update, created timestamp if never updated (ms since Unix Epoch)

## 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)
