curl --request GET \
--url https://api.messari.io/token-unlocks/v1/assets/{assetId}/events \
--header 'X-Messari-API-Key: <api-key>'{
"error": null,
"data": {
"asset": {
"id": "b3d5d66c-26a2-404c-9325-91dc714a722b",
"name": "Solana",
"slug": "solana",
"symbol": "SOL"
},
"unlockEvents": [
{
"timestamp": "2020-04-07T00:00:00Z",
"cliff": {
"amountNative": 8225000,
"amountUSD": 1553853121.763593,
"percentOfTotalAllocation": 0.017267440639892512,
"allocations": [
{
"allocationRecipient": "Coinlist Auction Sale",
"amountNative": 8200000,
"amountUSD": 1549130163.9466825,
"percentOfTotalAllocation": 0.017214956017886758
},
{
"allocationRecipient": "Solana Foundation",
"amountNative": 25000,
"amountUSD": 4722957.816910617,
"percentOfTotalAllocation": 0.00005248462200575231
}
]
},
"dailyLinearRateChange": null
},
{
"timestamp": "2020-05-07T00:00:00Z",
"cliff": {
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883,
"allocations": [
{
"allocationRecipient": "Community Reserve",
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883
}
]
},
"dailyLinearRateChange": null
},
{
"timestamp": "2020-06-07T00:00:00Z",
"cliff": {
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883,
"allocations": [
{
"allocationRecipient": "Community Reserve",
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883
}
]
},
"dailyLinearRateChange": null
},
{
"timestamp": "2020-07-07T00:00:00Z",
"cliff": {
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883,
"allocations": [
{
"allocationRecipient": "Community Reserve",
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883
}
]
},
"dailyLinearRateChange": null
},
{
"timestamp": "2020-08-07T00:00:00Z",
"cliff": {
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883,
"allocations": [
{
"allocationRecipient": "Community Reserve",
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883
}
]
},
"dailyLinearRateChange": null
}
]
}
}Returns unlock events for a given asset
curl --request GET \
--url https://api.messari.io/token-unlocks/v1/assets/{assetId}/events \
--header 'X-Messari-API-Key: <api-key>'{
"error": null,
"data": {
"asset": {
"id": "b3d5d66c-26a2-404c-9325-91dc714a722b",
"name": "Solana",
"slug": "solana",
"symbol": "SOL"
},
"unlockEvents": [
{
"timestamp": "2020-04-07T00:00:00Z",
"cliff": {
"amountNative": 8225000,
"amountUSD": 1553853121.763593,
"percentOfTotalAllocation": 0.017267440639892512,
"allocations": [
{
"allocationRecipient": "Coinlist Auction Sale",
"amountNative": 8200000,
"amountUSD": 1549130163.9466825,
"percentOfTotalAllocation": 0.017214956017886758
},
{
"allocationRecipient": "Solana Foundation",
"amountNative": 25000,
"amountUSD": 4722957.816910617,
"percentOfTotalAllocation": 0.00005248462200575231
}
]
},
"dailyLinearRateChange": null
},
{
"timestamp": "2020-05-07T00:00:00Z",
"cliff": {
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883,
"allocations": [
{
"allocationRecipient": "Community Reserve",
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883
}
]
},
"dailyLinearRateChange": null
},
{
"timestamp": "2020-06-07T00:00:00Z",
"cliff": {
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883,
"allocations": [
{
"allocationRecipient": "Community Reserve",
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883
}
]
},
"dailyLinearRateChange": null
},
{
"timestamp": "2020-07-07T00:00:00Z",
"cliff": {
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883,
"allocations": [
{
"allocationRecipient": "Community Reserve",
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883
}
]
},
"dailyLinearRateChange": null
},
{
"timestamp": "2020-08-07T00:00:00Z",
"cliff": {
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883,
"allocations": [
{
"allocationRecipient": "Community Reserve",
"amountNative": 8187500,
"amountUSD": 1546768685.038227,
"percentOfTotalAllocation": 0.017188713706883883
}
]
},
"dailyLinearRateChange": null
}
]
}
}Asset identifier - accepts either slug (e.g. 'solana') or UUID
"ethereum"
RFC3339 formatted start time
"2020-01-01T00:00:00Z"
RFC3339 formatted end time
"2025-12-31T00:00:00Z"
Type of unlock event
CLIFF, LINEAR "LINEAR"