Currency funding rounds
Description
Paginated list of funding rounds for a single currency. Each item exposes the round identifier, type, date (ISO 8601 UTC, may be null), dateAccuracy (day when the full date is known and year when only the year portion is meaningful), raised, valuation, sourceUrl, and the participating funds in a single investors array (ordered by fund id ascending; each item carries an isLead flag). Each row also carries totalRaised — the USD sum of all disclosed funding-round amounts for the project (same for every row; crowdsales and node sales are not included). Sorted by round id ascending. Responds 404 when the currency is not found or hidden.
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
Path Parameters
Numeric coin id.
1
Query Parameters
0 <= x <= 500001 <= x <= 200Response
Funding round identifier.
1234
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"
Project valuation at the time of the round in USD. Null when undisclosed.
"50000000"
External URL to the source announcement of the round. Null when not available.
Round investors ordered by fund id ascending.
Total USD raised by the project across all funding rounds (same for every row). Null when no disclosed amounts exist.
"125000000"