Public sales trends (aggregate)
Description
Time-series aggregate over public token sales (ICO / IDO / IEO) bucketed by interval (1d daily, 1w weekly starting Monday, 1m monthly starting on the 1st). Each point exposes the bucket start date (ISO 8601 UTC), totalRaisedUsd (sum of raised amounts), salesCount, and per-type breakdown ico / ido / ieo. Only sales with a disclosed raised (USD) amount and a non-null start date contribute to every metric — buckets containing only undisclosed sales are omitted. Filters: from / to sale start-date window (to defaults to now).
Pricing
- 1 credit per request.
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
Bucket size for aggregation: 1d — daily, 1w — weekly (ISO week), 1m — monthly.
1d, 1w, 1m "1m"
Lower bound on the sale start date (inclusive). Accepts ISO 8601 string or Unix timestamp (sec/ms).
"2024-01-01T00:00:00.000Z"
Upper bound on the sale start date (inclusive). Accepts ISO 8601 string or Unix timestamp (sec/ms). Bare YYYY-MM-DD is coerced to end-of-day UTC. Defaults to now.
"2024-12-31T23:59:59.999Z"
Response
Bucket start (ISO 8601 UTC). For 1w the bucket starts on Monday; for 1m on the 1st.
"2024-08-01T00:00:00.000Z"
Sum of raised (USD) across all sales in the bucket with disclosed raise.
"125000000"
Number of sales in the bucket with disclosed raised amount.
42
Number of ICO sales in the bucket with disclosed raised amount.
8
Number of IDO sales in the bucket with disclosed raised amount.
28
Number of IEO sales in the bucket with disclosed raised amount.
6