Funding rounds feed
Description
Paginated feed of funding rounds across all projects with filters (round type, from/to date window, minRaised/maxRaised, category — coin primary category id, fund — participating fund id) and sorting (id / date / raised / valuation, ascending or descending). Each item exposes the round identifier, project identity (currencyId, currencyName, currencySymbol, currencyImage), round metadata (type, date ISO 8601 UTC, dateAccuracy — day when the full date is known and year when only the year portion is meaningful, raised), project primary category, Twitter engagement moniScore, and the participating funds in a single allInvestors array (ordered by fund id ascending). For the per-round valuation, sourceUrl, and the lead vs. non-lead investor split, call /funding-rounds/{id}.
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
0 <= x <= 500001 <= x <= 200Comma-separated round type labels. Values match raw stored labels exactly.
ANGEL, Debt Financing, Extended Pre-Seed, Extended Seed, Extended Series A, Extended Series B, Extended Series C, Extended Series D, Grant, IPO, Incubation, KOL, M&A, OTC Purchase, PIPE, Post-IPO, Post-IPO Debt, PRESALE, PRE SEED, Pre-Series A, Pre-Series B, Private Token Sale, SEED, SERIES A, SERIES B, SERIES C, SERIES D, Series E, Series F, Series G, Series H, STRATEGIC, Treasury Diversification, Undisclosed "SEED,SERIES A"
Lower bound on the round date (ISO 8601 UTC, inclusive).
"2024-01-01T00:00:00.000Z"
Upper bound on the round date (ISO 8601 UTC, inclusive).
"2024-12-31T23:59:59.999Z"
Lower bound on the raised USD amount (inclusive).
1000000
Upper bound on the raised USD amount (inclusive).
100000000
Filter by coin primary category identifier.
12
Filter rounds with participation of the fund with this identifier.
1
id, date, raised, valuation asc, desc Response
Funding round identifier.
1234
Coin identifier in cryptorank.
28
"Ethereum"
"ETH"
Absolute URL to the 150×150 coin logo. Null when unavailable.
Crowdsale/round type label as stored (e.g. SEED, SERIES A, PRE SEED, Series E, Undisclosed).
"SERIES A"
Date of the funding round (ISO 8601 UTC). Null when the date is unknown.
"2024-08-15T00:00:00.000Z"
day — full date is known; year — only the year portion of date is meaningful.
day, year "day"
Total round size in USD. Null when the raised amount is undisclosed.
"5000000"
Coin primary category. Null when no category is assigned.
Twitter engagement score of the project (higher is better; no fixed upper bound). Null when the project has no linked Twitter account or no score is available.
1273
All investors of the round, ordered by fund id ascending. Call /funding-rounds/{id} to get the round detail with investors split into leadInvestors and otherInvestors.