Skip to main content
GET
/
v3
/
funds
/
{id}
/
stages
Fund investments by stage
curl --request GET \
  --url https://api.cryptorank.io/v3/funds/{id}/stages \
  --header 'X-Api-Key: <api-key>'
[
  {
    "stage": "Seed",
    "count": 12,
    "percentOfTotal": 24.49,
    "avgRoundSize": "2500000"
  }
]

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

X-Api-Key
string
header
required

Path Parameters

id
number
required

Response

200 - application/json
stage
string
required

Crowdsale/round stage label (e.g. Pre-Seed, Seed, Series A, ICO).

Example:

"Seed"

count
number
required

Number of funding rounds the fund participated in at this stage.

Example:

12

percentOfTotal
number
required

Share of this stage across all qualifying rounds, in percent (0–100, two decimals).

Example:

24.49

avgRoundSize
string | null
required

Average round size in USD across the fund rounds at this stage. Null when no round at this stage has a disclosed raise.

Example:

"2500000"