curl -X 'GET' \
'https://api.unlocks.app/v4/unlock/events?tokenId=arbitrum' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2024-08-20T08:19:20Z"
},
"status": true,
"data": [
{
"unlockDate": "2024-09-16T13:00:00Z",
"tokenName": "Arbitrum",
"tokenSymbol": "ARB",
"listedMethod": "INTERNAL",
"dataSource": "Whitepaper",
"linearUnlocks": null,
"cliffUnlocks": {
"cliffAmount": 92645833.29999995,
"cliffValue": 49929711.58620228,
"valueToMarketCap": 2.7744266354166256,
"allocationBreakdown": [
{
"unlockDate": "2024-09-16T13:00:00Z",
"allocationName": "Investors",
"standardAllocationName": "Private Investors",
"cliffAmount": 36520833.29999995,
"cliffValue": 19682209.211202275,
"referencePrice": 0.538931,
"referencePriceUpdatedTime": "2024-08-19T07:30:24Z",
"unlockPrecision": "month"
},
{
"unlockDate": "2024-09-16T13:00:00Z",
"allocationName": "Team, Future Team + Advisors",
"standardAllocationName": "Founder / Team",
"cliffAmount": 56125000,
"cliffValue": 30247502.375000004,
"referencePrice": 0.538931,
"referencePriceUpdatedTime": "2024-08-19T07:30:24Z",
"unlockPrecision": "month"
}
]
},
"latestUpdateDate": "2024-06-11T08:49:27Z"
}
]
}
Cliff unlocks only - removes start of Linear unlocks and mining rewards events
curl -X 'GET' \
'https://api.unlocks.app/v4/unlock/events?tokenId=arbitrum' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2024-08-20T08:19:20Z"
},
"status": true,
"data": [
{
"unlockDate": "2024-09-16T13:00:00Z",
"tokenName": "Arbitrum",
"tokenSymbol": "ARB",
"listedMethod": "INTERNAL",
"dataSource": "Whitepaper",
"linearUnlocks": null,
"cliffUnlocks": {
"cliffAmount": 92645833.29999995,
"cliffValue": 49929711.58620228,
"valueToMarketCap": 2.7744266354166256,
"allocationBreakdown": [
{
"unlockDate": "2024-09-16T13:00:00Z",
"allocationName": "Investors",
"standardAllocationName": "Private Investors",
"cliffAmount": 36520833.29999995,
"cliffValue": 19682209.211202275,
"referencePrice": 0.538931,
"referencePriceUpdatedTime": "2024-08-19T07:30:24Z",
"unlockPrecision": "month"
},
{
"unlockDate": "2024-09-16T13:00:00Z",
"allocationName": "Team, Future Team + Advisors",
"standardAllocationName": "Founder / Team",
"cliffAmount": 56125000,
"cliffValue": 30247502.375000004,
"referencePrice": 0.538931,
"referencePriceUpdatedTime": "2024-08-19T07:30:24Z",
"unlockPrecision": "month"
}
]
},
"latestUpdateDate": "2024-06-11T08:49:27Z"
}
]
}
tokenId from Token List APIShow data fields
Show cliff unlock fields
Show allocation breakdown fields
curl -X 'GET' \
'https://api.unlocks.app/v4/unlock/events?tokenId=arbitrum' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2024-08-20T08:19:20Z"
},
"status": true,
"data": [
{
"unlockDate": "2024-09-16T13:00:00Z",
"tokenName": "Arbitrum",
"tokenSymbol": "ARB",
"listedMethod": "INTERNAL",
"dataSource": "Whitepaper",
"linearUnlocks": null,
"cliffUnlocks": {
"cliffAmount": 92645833.29999995,
"cliffValue": 49929711.58620228,
"valueToMarketCap": 2.7744266354166256,
"allocationBreakdown": [
{
"unlockDate": "2024-09-16T13:00:00Z",
"allocationName": "Investors",
"standardAllocationName": "Private Investors",
"cliffAmount": 36520833.29999995,
"cliffValue": 19682209.211202275,
"referencePrice": 0.538931,
"referencePriceUpdatedTime": "2024-08-19T07:30:24Z",
"unlockPrecision": "month"
},
{
"unlockDate": "2024-09-16T13:00:00Z",
"allocationName": "Team, Future Team + Advisors",
"standardAllocationName": "Founder / Team",
"cliffAmount": 56125000,
"cliffValue": 30247502.375000004,
"referencePrice": 0.538931,
"referencePriceUpdatedTime": "2024-08-19T07:30:24Z",
"unlockPrecision": "month"
}
]
},
"latestUpdateDate": "2024-06-11T08:49:27Z"
}
]
}