Emission API v2
Overview
A weekly aggregated emission per token. The start date is expected to be a Sunday and end date a Saturday. This will include both linear and cliff unlocks that happened in the specified week.
Included is the breakdown of beneficiaries into standard allocation, a Tokenomistβ’οΈ methodology for categorizing and grouping allocations from different projects into a comparable standard.
β¬οΈ v2 update: Provides more detailed breakdown of unlock amount and unlock value within the 'allocations' field.
See below for each field description.
Getting Started
Base URL
Authentication
Provide your api key in the x-api-key
header.
Endpoints: Emission API v2
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.
Including breakdown of : allocationName, standardAllocationName, unlockAmount, unlockValue, and totalCumulativeUnlockedAmount. See below for each field definitions.
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 week.
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 | Expand allocation details |
allocationName | string | Allocation name |
standardAllocationName | string | Standard allocation of this allocation |
totalCumulativeUnlockedAmount | number | Total unlocked amount from token TGE till specified endDate |
Last updated