Data

Every figure on this site is published as machine-readable JSON. No registration, no API key, no authentication. Responses carry an open Access-Control-Allow-Origin header, so they can be fetched straight from a browser.

The daily archive is append-only: one record is added per calendar day and is never rewritten or pruned. Records run from to . The whole archive is also served as one file, in JSON or CSV, so reading the full series takes a single request rather than one per day.

Endpoints

URLContentsFormat
/data/latest.json The current snapshot — every figure on the site, with per-source provenanceJSON
/data/history/<date>.json One compact record per day, append-onlyJSON
/data/history.json Every archived record in one file, oldest firstJSON
/data/history.csv The same archive as a flat table: one row per day, one fee column per railCSV
/data/SCHEMA.md Field-by-field schema referenceMarkdown
/feed.xml Daily observations as a syndication feedAtom
/badge.svg The live index as a self-contained image (see embedding)SVG

What the snapshot contains

The top-level keys of latest.json, with the full field-by-field reference in SCHEMA.md:

Update cadence and stale data

The pipeline runs hourly: it re-fetches every source, recomputes the figures and rebuilds the site. latest.json reflects the most recent hourly run; the archive keeps one consolidated record per UTC day.

Failed fetches never fabricate data. If a source is unreachable its previous value is carried forward with sources[name].ok = false; once that value passes the 48-hour staleness threshold, stale becomes true and the site shows a visible stale badge. Treat stale as a signal to discount the affected figures.

How to cite

The figures change every hour, so a citation is only reproducible if it names the record it refers to. Cite the dated archive file rather than latest.json:

Paycoin Index, “Daily observations of stablecoin transfer costs”, record for 2026-09-02. https://paycoin.com/data/history/2026-09-02.json

Every figure is derived from the cited public sources listed in the methodology, which also gives the exact formulas. If you publish a figure from this dataset, a link back to the record you used lets your readers check it.

Terms

The data is provided as-is, for informational purposes, with no warranty and no service-level commitment — see the terms of use. It is not financial advice.