---
title: "Indexes"
method: GET
path: "/reference-data/indexes"
tags: ["Reference Data"]
---

# Indexes

`GET /reference-data/indexes`

Returns a list of indexes metadata.

## Query parameters

- `indexes` string[]
- `page_size` integer
- `paging_from` 'start' | 'end', PagingFrom
- `next_page_token` string
- `format` string
- `pretty` boolean

## Response `200`

List of indexes metadata.

- ReferenceDataIndexesResponse
  - `data` ReferenceDataIndexInfo[], required
    - `index` string, required — Name of the index.
    - `full_name` string, required — Human-friendly name.
    - `description` string — Human-friendly description.
    - `type` string — Type of the index.
  - `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

- `400` — Index not found.
- `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/versions/774268c0a4fe/schema)
