Emission API v1
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.
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 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 within specified period |
unlockValue | number | Total Unlock value within specified period |
referencePrice | number | Reference price for unlockValue calculation |
allocations | object array | Allocation name |
standardAllocations | object array | Standard allocation of this allocation |
Last updated