---
title: "Indicator snapshot"
method: GET
path: "/api/v1/coins/{slug}/indicators"
tags: ["Indicators"]
---

# Indicator snapshot

`GET /api/v1/coins/{slug}/indicators`

The multi-indicator snapshot — every indicator category's latest `state`
(bullish/bearish/sheepish…), `score` and raw `data`, in one payload. Ideal
for a dashboard at-a-glance read; use the dedicated per-indicator endpoints
below for full daily history.

## Response `200`

- object
  - `data` object[]
    - `indicator` string
    - `state` string
    - `score` integer
    - `data` object
      - `value` integer
      - `window` integer
  - `meta` object
    - `coin` string

## Other responses

- `404`

---

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