Daily token emission across all coins
Description
Cross-currency daily token-unlock emission over a date range, USD-valued at the current coin price. Returned as an ordered array of daily buckets (date ascending). Each item exposes totalEmissionUsd (sum across all qualifying coins for that day, rounded to whole dollars). Optional per-day breakdown is controlled by groupBy: currency adds byCurrency (per-coin currencyId, currencySymbol, currencyName, currencyImages, tokenAmount, usdAmount); category adds byCategory (per-category categoryId, categorySlug, categoryName, usdAmount). Coins without a category are excluded from byCategory but still contribute to totalEmissionUsd. Required filters: from, to (both inclusive, truncated to UTC calendar day). Maximum span between from and to is 365 days. TGE batches are included. Only coins with a tracked, non-hidden vesting schedule and traded lifecycle are considered. usdAmount in byCurrency is null when the current coin price is unavailable; the same coin still contributes its tokenAmount but does not add to totalEmissionUsd. USD values use the current coin price for every date in the range (no historical price source).
Pricing
- 1 credit base + 1 credit per 50 items returned over the first 50.
Documentation Index
Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Range start, inclusive (ISO 8601 or Unix timestamp). Truncated to UTC calendar day.
"2026-05-25"
Range end, inclusive (ISO 8601 or Unix timestamp). Truncated to UTC calendar day. Maximum span between from and to is 365 days.
"2026-06-25"
Aggregation grouping inside each daily bucket: total returns only the cross-currency USD total per day; currency adds a per-coin breakdown under byCurrency; category adds a per-category breakdown under byCategory (coins without a category are excluded from the breakdown but still contribute to the total).
total, currency, category Response
Bucket start date — Unix epoch milliseconds at UTC midnight of the calendar day.
1748131200000
USD value of all token unlocks across the requested coin set on date, computed at the current coin price and rounded to whole dollars. Coins with no current price do not contribute.
"125400000"
Per-coin breakdown of unlocks on date. Present only when groupBy=currency. Sorted by currencyId ascending.
Per-category breakdown of unlocks on date. Present only when groupBy=category. Sorted by categoryId ascending. Coins without an assigned category are excluded from this breakdown but still contribute to totalEmissionUsd.