📈Unlock Events API
Available for Elite API users only.
Overview
Unlock Events API includes 60 days of future events for all tokens from the current date. Unlock event includes cliff and linear unlocks start date. This dataset is the only dataset with timestamp information of the unlocks
This does not include linear unlocks rate change event and excludes ongoing linear unlocks.
Getting Started
Base URL
Authentication
Provide your api key in the x-api-key
header.
Endpoints: Allocations
Parameters
Note: tokenID
needs to be specified.
tokenId (required): Get
tokenId
from Token List APIstart (optional): The start date for time filtering in the format YYYY-MM-DD. Defaults to the earliest available date.
end (optional): The end date for time filtering in the format YYYY-MM-DD. Defaults to the current date.
Example:
Response
The response includes time series data with the date (in UTC timezone), with granularity at the level of day.
Return Fields Explanation
Return Fields Explanation: Linear Unlocks
Return Fields Explanation: Cliff Unlocks
Last updated