Euro Stablecoin API
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.
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.
Pull daily supply history, peg deviation metrics, and mint/burn data for any tracked EUR stablecoin via a single REST call.
Integrate circulating supply, per-chain breakdown, and issuer metadata into pricing dashboards or portfolio trackers.
Track MiCA status, issuer jurisdiction, and circulating-supply trends for compliance reporting or ESG/due-diligence screens.
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}.
Cite supply and peg snapshots in articles, reports, or derived datasets under CC BY 4.0 with a source attribution string.
# 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"
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.