---
title: "Market quotes"
method: GET
path: "/timeseries-stream/market-quotes"
tags: ["Timeseries stream"]
---

# Market quotes

`GET /timeseries-stream/market-quotes`

Returns a stream of quotes for specified markets.<br/> If you are falling behind (slow client) you will get `warning` message first, then `error` message and disconnection will happen.

## Query parameters

- `markets` string[], required
- `backfill` 'latest' | 'none'
- `pretty` boolean
- `include_one_sided` boolean

## Response `default`

Market quote WebSocket message.

- StreamingMarketQuote — Information about market quote.
  - `market` string, required — Unique name of the market.
  - `time` string, required — The time in ISO 8601 date-time format. Always with nanoseconds precision.
  - `coin_metrics_id` string, required — ID of an order book or quote. It can be generated by Coin Metrics or provided by an exchange. If it is generated by Coin Metrics it is unique. If it is generated by exchange we can't guarantee its uniqueness.
  - `ask_price` string — The limit price of the top ask on the order book. If no asks in the order book, the ask price is skipped.
  - `ask_size` string — The size of the top ask on the order book. If no asks in the order book, the ask size is skipped.
  - `bid_price` string — The limit price of the top bid on the order book. If no bids in the order book, the bid price is skipped.
  - `bid_size` string — The size of the top bid on the order book. If no bids in the order book, the bid size is skipped.
  - `cm_sequence_id` string, required — The monotonically increasing message number, resets on disconnection.

## Other responses

- `414` — Provided URI is too long. It must not be greater than 10000 symbols.

---

[API](https://skmtc.net/coinmetrics/apis/coin-metrics-api-v4.md) · [All operations](https://skmtc.net/coinmetrics/apis/coin-metrics-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinmetrics/coin-metrics-api-v4/revisions/774268c0a4fe/schema)
