{"name":"Euro Stablecoins API","version":"v1","description":"Public API for tracking supply, peg, activity, holders, and chain distribution of euro stablecoins.","base_url":"https://eurostablecoins.xyz/api/v1","docs_page":"https://eurostablecoins.xyz/docs","cors":"enabled (Access-Control-Allow-Origin: *)","cache":"5-minute s-maxage with 10-minute stale-while-revalidate (1 hour for /api/v1)","license":"Free for any use. Attribution requested: \"Data from eurostablecoins.xyz\"","contact":{"telegram":"https://t.me/Craael","twitter":"https://x.com/Matt_Oksa","linkedin":"https://www.linkedin.com/in/matt-oksa/"},"endpoints":{"meta":[{"method":"GET","path":"/api/v1","description":"This documentation"},{"method":"GET","path":"/api/v1/coins","description":"List all active coins with metadata + current state"},{"method":"GET","path":"/api/v1/coins/{coin_id}","description":"Single coin metadata + current state"},{"method":"GET","path":"/api/v1/overview","description":"Aggregated market stats: total cap, MiCA breakdown, HHI, dominance"}],"supply":[{"method":"GET","path":"/api/v1/supply","description":"Latest supply snapshot for all coins"},{"method":"GET","path":"/api/v1/supply/{coin_id}","description":"Latest supply snapshot for one coin"},{"method":"GET","path":"/api/v1/supply/{coin_id}/{chain}","description":"Latest supply for one coin on one specific chain (e.g. europ/solana)"},{"method":"GET","path":"/api/v1/history/supply/{coin_id}","description":"Daily supply history (use ?period=30d|90d|1y|2y|max or ?start=YYYY-MM-DD&end=YYYY-MM-DD)"},{"method":"GET","path":"/api/v1/history/supply/{coin_id}/{chain}","description":"Daily supply history for one chain (use ?period=...)"}],"peg":[{"method":"GET","path":"/api/v1/peg","description":"Latest peg metrics for all coins (price, deviation, rolling averages)"},{"method":"GET","path":"/api/v1/peg/{coin_id}","description":"Latest peg metrics for one coin"},{"method":"GET","path":"/api/v1/history/peg/{coin_id}","description":"Daily peg/price history (use ?period=...)"}],"activity":[{"method":"GET","path":"/api/v1/history/mint-burn/{coin_id}","description":"Daily mint/burn history (?period=...)"},{"method":"GET","path":"/api/v1/history/transfer-volume/{coin_id}","description":"Daily transfer volume + active addresses (?period=...)"}],"holders":[{"method":"GET","path":"/api/v1/holders/{coin_id}","description":"Latest holder snapshot (no historical backfill)"}]},"valid_coin_ids":["eurc","eurs","aeur","eurcv","euri","eure","eura","eurq","eurr","europ","heuro","eurau","deuro"],"period_values":["7d","30d","90d","1y","2y","max"],"data_freshness":{"supply":"Daily snapshot at 00:00 UTC","peg":"Daily price collect at 01:00 UTC (CoinGecko-tracked coins only)","activity":"Daily reconstruction from on-chain Transfer logs","holders":"Daily snapshot at 02:00 UTC"}}