Currency vesting events
Description
List of past and upcoming token unlock events for a coin. Each entry covers one (allocation, date) bucket — date, event type, allocation name, token amount, USD value, share of total supply, share of circulating supply, and an isPast flag. Use from / to to narrow the date range (both inclusive) and type to filter by event kind (cliff, linear-start, linear-tick, dynamic). Allocations without a known unlock schedule are excluded.
Pricing
- 1 credit base + 1 credit per 50 items returned.
Documentation Index
Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Numeric coin id.
1
Query Parameters
0 <= x <= 500001 <= x <= 500Range start, inclusive (ISO 8601 or Unix timestamp). Filters events by date.
"2025-01-01"
Range end, inclusive (ISO 8601 or Unix timestamp). Filters events by date.
"2030-01-01"
Filter events by type.
cliff, linear-start, linear-tick, dynamic Response
Event date — Unix milliseconds (start of day, UTC).
1715000000000
Event type. linear-start — TGE unlock of a linear allocation. linear-tick — periodic unlock of a linear allocation. cliff — single non-linear unlock. dynamic — event on an allocation with a dynamic vesting schedule.
cliff, linear-start, linear-tick, dynamic "linear-tick"
"Private Sale Investors"
Tokens unlocked on date for this allocation (raw token units).
"125000"
USD value of the unlock — tokenAmount * current price, rounded to whole dollars. null when the coin price is unavailable.
"462500"
Unlock token amount as a percent of total supply (max supply with a fallback to total supply).
0.1234
Unlock token amount as a percent of current circulating supply. null when circulating supply is unavailable.
0.42
true when date is before today (UTC).
false