Fundraising trends (aggregate)
Description
Time-series aggregate over funding rounds 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), roundsCount, avgRoundSize (arithmetic mean) and medianRoundSize (continuous percentile). Only rounds with a disclosed raised amount and a non-null date contribute to every metric — buckets containing only undisclosed rounds are omitted. Filters: from/to round date window (to defaults to now); category — coin primary category id.
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 round date (inclusive). Accepts ISO 8601 string or Unix timestamp (sec/ms).
"2024-01-01T00:00:00.000Z"
Upper bound on the round 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"
Filter by coin primary category identifier.
12
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 rounds in the bucket with disclosed raise.
"125000000"
Number of rounds in the bucket with disclosed raised amount.
42
Arithmetic mean of raised (USD) across the bucket.
"2976190"
Median of raised (USD) across the bucket (continuous percentile).
"1500000"