---
title: "Available market orderbooks"
method: GET
path: "/catalog-v2/market-orderbooks"
tags: ["Catalog v2"]
---

# Available market orderbooks

`GET /catalog-v2/market-orderbooks`

Returns a list of markets with orderbooks support along with the time ranges of available data.

## Query parameters

- `markets` string[]
- `exchange` string
- `type` 'spot' | 'future' | 'option'
- `base` string
- `quote` string
- `asset` string
- `symbol` string
- `format` string
- `page_size` integer
- `paging_from` 'start' | 'end', PagingFrom
- `pretty` boolean
- `next_page_token` string

## Response `200`

List of market orderbooks statistics.

- CatalogV2MarketOrderbooksResponse — List of market orderbooks statistics.
  - `data` CatalogV2MarketOrderbooksInfo[], required
    - `market` string, required — Unique name of the market.
    - `depths` CatalogMarketOrderbookDepth[], required — Depths of the book.
      - `depth` string, required — Depth of the book
      - `min_time` string, required — Minimal available time for time series.
      - `max_time` string, required — Maximal available time for time series.
  - `next_page_token` string — Token of the next page results for a given request.
  - `next_page_url` string — URL of the next page results for a given request.

## Other responses

- `401` — Requested resource requires authorization.
- `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)
