Retrieve complete token supply breakdown with allocation details
| Category | Description | Circulating? |
|---|---|---|
| Circulating Supply | Total supply minus team performance package | ✅ Yes |
| Team Performance Package | Locked tokens allocated to the team (price-based unlock) | ❌ No |
| FutarchyAMM Liquidity | Tokens in the internal FutarchyAMM for spot trading | ✅ Yes |
| Meteora LP Liquidity | Tokens in the external Meteora DAMM pool (POL) | ✅ Yes |
| Endpoint | Description |
|---|---|
GET /api/supply/:mintAddress | Returns complete supply breakdown with allocation details |
GET /api/supply/:mintAddress/total | Returns total supply only |
GET /api/supply/:mintAddress/circulating | Returns circulating supply (excludes team performance package) |
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. This value excludes the team performance package but includes all liquidity positions.