Retrieve token supply information for any SPL token
| Endpoint | Description |
|---|---|
GET /api/supply/:mintAddress | Returns complete supply info (total, circulating, decimals, raw) |
GET /api/supply/:mintAddress/total | Returns just the total supply |
GET /api/supply/:mintAddress/circulating | Returns just the circulating supply |
GET /api/supply/:mintAddress
Returns complete supply information for a token.
METAwkXcqyXKy1AtsSgJ8JiUHwGCafnZL38n3vYmetaGET /api/supply/:mintAddress/total
Returns just the total supply value as a plain string. Useful for integrations that only need the total supply number.
GET /api/supply/:mintAddress/circulating
Returns just the circulating supply value as a plain string. Useful for CoinGecko and CoinMarketCap integrations.