---
title: "Index levels"
method: GET
path: "/timeseries/index-levels"
tags: ["Timeseries"]
---

# Index levels

`GET /timeseries/index-levels`

Returns levels for specified indexes.<br/> Results are ordered by tuple `(index, time)`.<br/> To fetch the next page of results use `next_page_url` JSON response field.

## Query parameters

- `indexes` string[], required
- `frequency` string
- `start_time` string
- `end_time` string
- `start_inclusive` boolean
- `end_inclusive` boolean
- `timezone` string
- `page_size` integer
- `paging_from` 'start' | 'end', PagingFrom
- `limit_per_index` integer
- `include_verification` boolean
- `pretty` boolean
- `format` 'json' | 'csv'
- `next_page_token` string

## Response `200`

Time series of index levels.

- IndexLevelsResponse
  - `data` IndexLevel[], required
    - `index` string, required — Name of the index.
    - `time` string, required — The time in ISO 8601 date-time format. Always with nanoseconds precision.
    - `level` string, required — The value of the index.
    - `verification` Verification — Information about verification.
      - `timestamp` string — The verification time of the index.
      - `level` string — The verification value of the index.
      - `signature` string, required — The signature information.
  - `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.
- `403` — Requested resource is not available with supplied credentials.

---

[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)
