Skip to main content
GET
Token Unlock Dynamics by Category
Untracked allocations are excluded. Unlock value is computed from each token’s current price, for both past and upcoming unlocks. Tokens whose price has stopped updating are left out.
Coins without a category are grouped into a single Uncategorized entry, always placed last, so the breakdown always adds up to totalUnlockValue.
Without from/to the window is skewed towards upcoming unlocks, sized to the selected interval. Both bounds snap to interval bucket starts. One response carries at most 366 daily, 520 weekly or 1000 monthly points — wider ranges have to be requested in slices.

Authorizations

X-Api-Key
string
header
required

Query Parameters

interval
enum<string>
default:1m

Bucket size for aggregation: 1d — daily, 1w — weekly (ISO week, starts Monday), 1m — monthly.

Available options:
1d,
1w,
1m
from
string

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.

Example:

"2026-01-01T00:00:00.000Z"

to
string

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.

Example:

"2027-01-01T00:00:00.000Z"

convert
string
default:USD

Fiat ISO code for monetary fields (e.g. USD, EUR, RUB, AED). See: GET /v3/fiat/list.

Response

data
object[]
required
status
object
required