Token Unlock Dynamics by Token
Returns market-wide token unlock dynamics as a time series (history and forecast), split by individual token.
Available from: Pro
Cost: 1 credit per request
topN tokens are ranked by unlock value over the whole window, so one set of tokens carries the whole series — though a token with no unlocks in a given bucket is absent from that point. Everything outside the top-N is summed into a single Others entry, always placed last, so the breakdown always adds up to totalUnlockValue.Authorizations
Query Parameters
Bucket size for aggregation: 1d — daily, 1w — weekly (ISO week, starts Monday), 1m — monthly.
1d, 1w, 1m Lower bound on the unlock date, snapped down to the start of its interval bucket. Accepts ISO 8601 string or Unix timestamp (sec/ms). Defaults to the history side of the window for the selected interval.
"2026-01-01T00:00:00.000Z"
Upper bound on the unlock date, snapped down to the start of its interval bucket, which is then included in full. May be in the future — upcoming unlocks are part of the series. Accepts ISO 8601 string or Unix timestamp (sec/ms). Defaults to the forecast side of the window for the selected interval.
"2027-01-01T00:00:00.000Z"
Fiat ISO code for monetary fields (e.g. USD, EUR, RUB, AED). See: GET /v3/fiat/list.
How many tokens to list separately. Ranked by unlock value over the whole window, so one set of tokens carries the whole series; everything outside it is summed into Others. Up to 50.