For the complete documentation index, see llms.txt. This page is also available as Markdown.

Status Page

Overview

Our Status Page reports the operational state of every Coin Metrics data product and service, announces planned maintenance, and publishes a notice each time we recalculate or clean historical data.

Subscribe at status.coinmetrics.io. Data change notices are how we tell you that history you have already pulled has been corrected, so a subscription is the most reliable way to know when to backfill.

Components

The page carries three kinds of post, each filed against a component: incidents, data change notices, and scheduled maintenance, whether on our own infrastructure or at a source we depend on. Components are grouped in this order.

Group
Components

Market Data Products

Market Data Feed, CM Prices, Indexes (the Coin Metrics Bletchley Indexes), Reference Data

On-Chain Data Products

Network Data Pro, ATLAS, FARUM

Services

Pro API v4, Community API v4, Website, Mobile App, Flat Files, Frontend Tools (Coverage, Daily Network Metrics Availability, and the Charting Tool)

Data Change Notifications

Eight components, listed below

Labs

A single component rather than a group, covering experimental prototypes

Third Party Data

Market Data Vendor and Network Data Vendor, for problems originating upstream at a supported exchange or node

Maintenance

Data Center Maintenance

FFIOMD API

HTTP API, WebSocket API

Data Change Notifications

These eight components are subscribed to separately from the incident components, so following a product's incidents does not deliver its change notices.

Component
Covers changes to

Market Data Feed Changes

Market Data Feed data

CM Prices Changes

Reference Rates data

Network Data Pro Changes

Network Data Pro data

ATLAS Changes

ATLAS data

FARUM Changes

FARUM data

CMBI Indexes Changes

CMBI index data

Reference Data Changes

datonomy data

Flat Files Changes

Flat Files data

Reading a data change notice

Every recalculation notice states its scope in the same fields, so one read tells you whether it touches data you hold.

Field
What it means
Example

Data Type

The dataset that was corrected

Reference Rates USD

Assets or Markets

The specific assets, or the specific markets, that were corrected

fun, gno, leo, paxg

Metrics

The affected metrics, when the change is metric-specific

CapMrktCurUSD, IssTotUSD

Frequencies Impacted

The affected frequencies, or every frequency

1s, 1h

Time Range of Impact

The historical window that changed

2026-06-17 to 2026-06-28

Corrected values are live as soon as the notice publishes. If a notice covers data you have already stored, re-request that time range from the API, or re-download the affected files, to pick up the corrected values.

Statuses and updates

Each component reads Operational, Degraded Performance, Partial Outage, Major Outage, or Maintenance, color-coded from green through red with blue for maintenance. Incidents post updates as Investigating, Identified, Monitoring, and Resolved, and maintenance as Scheduled, In progress, and Completed, so a single issue generates several notifications. Past Incidents covers roughly the last two weeks, with the older archive under Incident History.

Subscribing

  1. Go to status.coinmetrics.io and select Subscribe to Updates.

  2. Choose a channel and enter the destination. Email and text message send a one-time code to confirm.

Channel
What arrives

Email

Incidents created, updated, and resolved

Text message

Incidents created and resolved, without the intermediate updates

Slack

Incident updates and maintenance messages, through the Atlassian Statuspage app

Webhook

Incidents created, updated, and resolved, plus any component status change. You supply the endpoint and an email address we notify if it fails

RSS or Atom

The full incident history, with no subscription needed

Programmatic access

Feeds and a read-only JSON API let you wire status into your own monitoring.

Resource
URL

RSS feed

https://status.coinmetrics.io/history.rss

Atom feed

https://status.coinmetrics.io/history.atom

Overall status

https://status.coinmetrics.io/api/v2/status.json

Components

https://status.coinmetrics.io/api/v2/components.json

Incidents

https://status.coinmetrics.io/api/v2/incidents.json

Scheduled maintenance

https://status.coinmetrics.io/api/v2/scheduled-maintenances.json

Everything at once

https://status.coinmetrics.io/api/v2/summary.json

Last updated