📈Daily Emission API
Available for Elite API users only.
Overview
This dataset provides daily emission data per token which summarizes all unlocks happening each day. This includes both linear and cliff unlocks that occurs within the next 60 days from the current date. (Only future 60 days of Daily emission is included in Elite API, for historical dataset or longer timeframe, please contact us support@token.unlocks.app)
Included is the breakdown of beneficiaries into standard allocation, a Tokenomist methodology for categorizing and grouping allocations from different projects into a comparable standard.
Getting Started
Base URL
Authentication
Provide your api key in the x-api-key
header.
Endpoints: Emission API v1
Parameters
Note: tokenID
needs to be specified.
tokenId (required): Get
tokenId
from Token List APIstart (optional): The start date for time filtering in the format YYYY-MM-DD. Defaults to the earliest available date.
end (optional): The end date for time filtering in the format YYYY-MM-DD. Defaults to the current date.
Get Specific Date Range Example:
Replace the preferred start and end dates in indicated format.
Get Full Data Range Example:
Remove date completely to call the full range.
Response
The response includes time series data with the date (in UTC timezone), with granularity at the level of day.
Return Fields Explanation
Fields | Data Type | Description |
---|---|---|
startDate | timestamp | Start date of the aggregated emission |
endDate | timestamp | End date of the aggregated emission |
tokenName | string | Token name |
tokenSymbol | string | Token symbol |
unlockAmount | number | Total Unlock amount in date period |
unlockValue | number | Total unlock value in date period |
referencePrice | number | Reference price for unlockValue calculation |
allocations | object array | |
allocationName | string | Allocation name |
standardAllocationName | string | Standard allocation of this allocation |
unlockAmount | number | Total Unlock amount in date period |
unlockValue | number | Total unlock value in date period |
totalCumulativeUnlockedAmount | number | Total unlocked amount from token TGE till specified endDate |
Last updated