Upcoming Unlock Events API v1
Last updated
curl -X 'GET' \
'https://api.unlocks.app/v1/unlock/events/upcoming
-H 'x-api-key: $YOUR_API_KEY'{
"metadata": {
"queryDate": "2025-11-20T07:22:41Z"
},
"status": true,
"data": [
{
"tokenId": "layerzero",
"tokenName": "LayerZero",
"tokenSymbol": "ZRO",
"marketCap": 278811255,
"releasedPercentage": 35.2833333550565,
"listedMethod": "INTERNAL",
"dataSource": "Whitepaper",
"upcomingEvent": {
"unlockDate": "2025-11-20T11:00:00Z",
"referencePrice": 1.4,
"referencePriceUpdatedTime": "2025-11-20T00:00:00Z",
"cliffUnlocks": {
"totalCliffAmount": 25708332.666,
"totalCliffValue": 35991665.7324,
"valueToMarketCap": 12.908971602455575,
"allocationBreakdown": [
{
"allocationName": "Tokens Repurchased",
"standardAllocationName": "Community",
"cliffAmount": 1666666.666,
"cliffValue": 2333333.3323999997,
"unlockPrecision": "month"
},
{
"allocationName": "Core Contributors",
"standardAllocationName": "Founder / Team",
"cliffAmount": 10625000,
"cliffValue": 14874999.999999998,
"unlockPrecision": "month"
},
{
"allocationName": "Strategic Partners",
"standardAllocationName": "Private Investors",
"cliffAmount": 13416666,
"cliffValue": 18783332.4,
"unlockPrecision": "month"
}
]
},
"latestUpdateDate": "2025-06-13T07:30:52Z"
}
},
{
"tokenId": "kaito",
"tokenName": "KAITO",
"tokenSymbol": "KAITO",
"marketCap": 190707682,
"releasedPercentage": 28.14428570833332,
"listedMethod": "INTERNAL",
"dataSource": "Whitepaper",
"upcomingEvent": {
"unlockDate": "2025-11-20T12:00:00Z",
"referencePrice": 0.778154,
"referencePriceUpdatedTime": "2025-11-20T00:00:00Z",
"cliffUnlocks": {
"totalCliffAmount": 8347618.191,
"totalCliffValue": 6495732.485799414,
"valueToMarketCap": 3.4061199935298956,
"allocationBreakdown": [
{
"allocationName": "Ecosystem & Network Growth",
"standardAllocationName": "Community",
"cliffAmount": 7157142,
"cliffValue": 5569358.675868,
"unlockPrecision": "month"
},
{
"allocationName": "Foundation",
"standardAllocationName": "Reserve",
"cliffAmount": 1190476.191,
"cliffValue": 926373.8099314141,
"unlockPrecision": "month"
}
]
},
"latestUpdateDate": "2025-02-20T12:00:23Z"
}
},
...
]
}