eurostablecoins.xyz
Public API · free · keyless

Euro Stablecoin API

Public read-only REST API for EUR stablecoin supply, peg, holder counts, activity, issuer metadata, and DEX market data. No API key. No registration. CORS-enabled.
Complete API reference at /docs

For every endpoint, field-level schemas, cURL examples, query params, cache/freshness notes, valid coin IDs, error codes, and attribution guidance — use the full reference.

What data is available
Supply
/api/v1/supply · /api/v1/supply/{id} · /api/v1/supply/{id}/{chain} · /api/v1/history/supply/{id}
Peg
/api/v1/peg · /api/v1/peg/{id} · /api/v1/history/peg/{id}
Activity
/api/v1/history/mint-burn/{id} · /api/v1/history/transfer-volume/{id}
Holders
/api/v1/holders/{id}
CEX market
/api/v1/markets/cex · /api/v1/markets/cex/{id}
DEX market
/api/v1/markets/dex · /api/v1/markets/dex/{id} · /api/v1/markets/{id}
Registry
/api/v1/coins · /api/v1/coins/{id} · /api/v1/overview

Field schemas, query parameters, and cURL examples for each endpoint are in the full reference. CEX market data (direct CCXT exchange feeds) is available via /api/v1/markets/cex. See /docs for the full schema.

Use cases
Research & analytics

Pull daily supply history, peg deviation metrics, and mint/burn data for any tracked EUR stablecoin via a single REST call.

Portfolio and allocation tools

Integrate circulating supply, per-chain breakdown, and issuer metadata into pricing dashboards or portfolio trackers.

Regulatory monitoring

Track MiCA status, issuer jurisdiction, and circulating-supply trends for compliance reporting or ESG/due-diligence screens.

Market data (CEX + DEX)

Access direct CEX order-book and volume data via /api/v1/markets/cex, or DEX pool liquidity and 24h volume via /api/v1/markets/dex. Per-coin views available at /api/v1/markets/cex/{id} and /api/v1/markets/dex/{id}.

Data citation

Cite supply and peg snapshots in articles, reports, or derived datasets under CC BY 4.0 with a source attribution string.

Quick start
cURL
# Latest aggregated overview
curl https://www.eurostablecoins.xyz/api/v1/overview

# Supply for one coin
curl https://www.eurostablecoins.xyz/api/v1/supply/eurc

# 30-day peg history
curl "https://www.eurostablecoins.xyz/api/v1/history/peg/eurc?period=30d"
Attribution & limitations

Data is published under CC BY 4.0. Attribution is requested: cite as “Source: Euro Stablecoins, accessed YYYY-MM-DD.”

Snapshots are collected on a cron cadence — not real-time. Supply is collected every 4 hours; peg every 6 hours; activity and holders daily. Not all coins have peg or activity coverage. See /docs for the complete freshness table and known limitations.

Full API reference →/api/v1 ↗openapi.json ↗Methodology