Unlocked Supply
Users can retrieve the unlocked supply of a token from the Magna platform. This endpoint returns the sum of tokens that have passed both unlock and vesting schedules—tokens that Magna tracks as "releasable" (available to claim or already claimed). Important: This is not on-chain circulating supply. Magna only tracks tokens within its cap table allocations. This value represents the sum of releasable tokens across all active allocations managed by Magna. It excludes locked tokens (still in vesting/unlocking schedules) and cancelled allocations. This endpoint is designed for token data provider compatibility (e.g., CoinMarketCap) and returns a plain text number for easy integration with external systems.
Access Control:
This endpoint requires the EXTERNAL_STATS_READ scope, which is more restrictive than full access API keys. You can generate a scoped API key with EXTERNAL_STATS_READ permissions from your project settings at /settings/api-keys (called "Statistics API Key"). This allows third-party integrations to access token statistics without full project access.
Example request:
curl -X GET https://app.magna.so/api/external/v1/tokens/{your_token_id}/unlocked-supply?id={your_token_id} \
-H 'Content-Type: application/json' \
-H 'x-magna-api-token: magna_project_api_token'magna_project_api_token(required) - replace with your actual Magna API tokenyour_token_id(required) - with your token id
Response example:
61500000Last updated
Was this helpful?