SUM(amount - releasable) across active allocations. Cancelled and completed
allocations are excluded.
This is a cap-table view, not on-chain. To approximate circulating supply
(e.g. for CoinMarketCap), subtract this value from the on-chain total supply.
The endpoint returns a plain-text number.
Route: GET /api/external/v1/tokens/{id}/locked-supply
Access: Use a Statistics API Key (Read-Only) (
EXTERNAL_STATS_READ scope) or a Full Access API Token. Generate a Statistics key under Settings → API keys — see Authentication.Headers
| Header | Required | Description |
|---|---|---|
Content-Type | Yes | Must be application/json |
x-magna-api-token | Yes | Your Magna API token |
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string (uuid) | The token ID |