Skip to main content
GET
Daily Emission v5
v5 update: Token identifier moves to a path param. Adds pagination (page, pageSize), optional standardAllocation filter, and committedClaim data per allocation and per row.

Authorizations

x-api-key
string
header
required

Your Tokenomist API key

Path Parameters

tokenId
string
required

Token identifier (slug). Get from Token List API.

Query Parameters

start
string<date>

Start date for time filtering (YYYY-MM-DD). Defaults to earliest available date.

end
string<date>

End date for time filtering (YYYY-MM-DD). Defaults to current date.

standardAllocation
string

Comma-separated list of standard allocations to filter by. Allowed values: community, founderTeam, privateInvestors, publicInvestors, others, reserve. Aggregates (unlockAmount, unlockValue, totalCumulativeUnlockedAmount) are recalculated from the filtered allocations.

page
integer

Page number (1-indexed). Omit for default.

Required range: x >= 1
pageSize
integer

Number of rows per page. Omit for default.

Required range: x >= 1

Response

200 - application/json

Successful response

metadata
object
status
boolean
data
object[]