---
title: "Retrieve markets for a specific asset"
method: GET
path: "/assets/{slug}/markets"
tags: ["Assets"]
---

# Retrieve markets for a specific asset

`GET /assets/{slug}/markets`

Retrieve market details for a specific asset by slug (id)

## Path parameters

- `slug` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Market details for the asset

- object
  - `timestamp` integer
  - `data` object[]
    - `exchangeId` string
    - `baseId` string
    - `quoteId` string
    - `baseSymbol` string
    - `quoteSymbol` string
    - `priceUsd` string
    - `volumeUsd24Hr` string
    - `volumePercent` string
    - `quarantined` boolean

## Other responses

- `404` — Asset not found
- `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)
