curl -X 'GET' \
'https://api.unlocks.app/v1/daily-emission?tokenId=arbitrum&start=2024-08-20&end=2024-08-21' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2024-08-20T04:53:46Z"
},
"status": true,
"data": [
{
"startDate": "2024-08-20T00:00:00Z",
"endDate": "2024-08-21T00:00:00Z",
"tokenName": "Arbitrum",
"tokenSymbol": "ARB",
"unlockAmount": 478781.65092402464,
"unlockValue": 259053.43030216015,
"referencePrice": 0.541068,
"allocations": [
{
"allocationName": "Arbitrum DAO Treasury",
"standardAllocationName": "Reserve",
"unlockAmount": 478781.65092402464,
"unlockValue": 259053.43030216015
}
],
"totalCumulativeUnlockedAmount": 3259930660.716421
}
]
}
Daily emission data per token summarizing all unlocks happening each day
curl -X 'GET' \
'https://api.unlocks.app/v1/daily-emission?tokenId=arbitrum&start=2024-08-20&end=2024-08-21' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2024-08-20T04:53:46Z"
},
"status": true,
"data": [
{
"startDate": "2024-08-20T00:00:00Z",
"endDate": "2024-08-21T00:00:00Z",
"tokenName": "Arbitrum",
"tokenSymbol": "ARB",
"unlockAmount": 478781.65092402464,
"unlockValue": 259053.43030216015,
"referencePrice": 0.541068,
"allocations": [
{
"allocationName": "Arbitrum DAO Treasury",
"standardAllocationName": "Reserve",
"unlockAmount": 478781.65092402464,
"unlockValue": 259053.43030216015
}
],
"totalCumulativeUnlockedAmount": 3259930660.716421
}
]
}
tokenId from Token List APIShow data fields
curl -X 'GET' \
'https://api.unlocks.app/v1/daily-emission?tokenId=arbitrum&start=2024-08-20&end=2024-08-21' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2024-08-20T04:53:46Z"
},
"status": true,
"data": [
{
"startDate": "2024-08-20T00:00:00Z",
"endDate": "2024-08-21T00:00:00Z",
"tokenName": "Arbitrum",
"tokenSymbol": "ARB",
"unlockAmount": 478781.65092402464,
"unlockValue": 259053.43030216015,
"referencePrice": 0.541068,
"allocations": [
{
"allocationName": "Arbitrum DAO Treasury",
"standardAllocationName": "Reserve",
"unlockAmount": 478781.65092402464,
"unlockValue": 259053.43030216015
}
],
"totalCumulativeUnlockedAmount": 3259930660.716421
}
]
}