---
title: "Retrieve a list of markets"
method: GET
path: "/markets"
tags: ["Markets"]
---

# Retrieve a list of markets

`GET /markets`

Retrieve a list of markets with optional filters and pagination

## Query parameters

- `exchangeId` string
- `baseSymbol` string
- `baseId` string
- `quoteSymbol` string
- `quoteId` string
- `assetSymbol` string
- `assetId` string
- `limit` integer
- `offset` integer

## Response `200`

A list of markets

- object
  - `timestamp` integer
  - `data` object[] — List of markets
    - `exchangeId` string
    - `rank` string
    - `baseSymbol` string
    - `baseId` string
    - `quoteSymbol` string
    - `quoteId` string
    - `priceQuote` string
    - `priceUsd` string
    - `volumeUsd24Hr` string
    - `percentExchangeVolume` string
    - `tradesCount24Hr` number
    - `updated` integer

## Other responses

- `400` — Invalid query parameters
- `500` — Internal server error

---

[API](https://skmtc.dev/coincap/apis/coincap-api.md) · [All operations](https://skmtc.dev/coincap/apis/coincap-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coincap/coincap-api/revisions/e3d3739c2c03/schema)
