{"service":"ANT Supply API","description":"Public supply data for the Autonomi Network Token (ANT) on Arbitrum One","source":"https://github.com/WithAutonomi/ant-supply-api","endpoints":[{"path":"/api/health","method":"GET","content_type":"application/json","description":"Health check"},{"path":"/api/total-supply","method":"GET","content_type":"text/plain","description":"Total ANT supply as a bare integer string (CoinMarketCap/CoinGecko format)"},{"path":"/api/circulating-supply","method":"GET","content_type":"text/plain","description":"Circulating ANT supply as a bare integer string: total supply minus excluded-wallet balances, read live from Arbitrum (CoinMarketCap/CoinGecko format)"},{"path":"/api/supply","method":"GET","content_type":"application/json","description":"Detailed supply breakdown including each excluded wallet's live balance"}],"_links":{"health":"https://api.autonomi.workers.dev/api/health","total-supply":"https://api.autonomi.workers.dev/api/total-supply","circulating-supply":"https://api.autonomi.workers.dev/api/circulating-supply","supply":"https://api.autonomi.workers.dev/api/supply"}}