Emission API v3
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.
⬆️ v3 update: Provides more tokens that are listed with Ai method. Add more field about listing method, see below for field description
Human
This token is listed and verified and cross checked across multiple sources by tokenomist
Ai
This token has been listed using LLM assisted with single source.
Getting Started
Base URL
Authentication
Provide your api key in the x-api-key
header.
Endpoints: Emission API v3
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
startDate
timestamp
Start date of the aggregated emission
endDate
timestamp
End date of the aggregated emission
tokenName
string
Token name
tokenSymbol
string
Token symbol
listedMethod
string
Human/Ai
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