Daily Emission API v2
Last updated
curl -X 'GET' \
'https://api.unlocks.app/v2/daily-emission?tokenId=arbitrum&start=YYYY-MM-DD&end=YYYY-MM-DD' \
-H 'x-api-key: $YOUR_API_KEY'curl -X 'GET' \
'https://api.unlocks.app/v2/daily-emission?tokenId=arbitrum' \
-H 'x-api-key: $YOUR_API_KEY'{
"metadata": {
"queryDate": "2026-01-08T10:19:12Z"
},
"status": true,
"data": [
{
"startDate": "2024-01-08T00:00:00Z",
"endDate": "2024-01-09T00:00:00Z",
"tokenName": "Arbitrum",
"tokenSymbol": "ARB",
"listedMethod": "INTERNAL",
"unlockAmount": 478781.65471694345,
"unlockValue": 818716.6295659733,
"referencePrice": 1.71,
"allocations": [
{
"allocationName": "Arbitrum DAO Treasury",
"standardAllocationName": "Reserve",
"unlockAmount": 478781.65471694345,
"unlockValue": 818716.6295659733
}
],
"totalCumulativeUnlockedAmount": 1527949623.5683928
},
]
}