Skip to main content
GET
/
v3
/
funds
/
{id}
Fund profile summary
curl --request GET \
  --url https://api.cryptorank.io/v3/funds/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "id": 1,
  "slug": "a16z",
  "name": "Andreessen Horowitz",
  "images": {
    "icon": "<string>",
    "x60": "<string>",
    "x150": "<string>",
    "native": "<string>"
  },
  "tier": 1,
  "type": "Venture",
  "description": "<string>",
  "links": [
    {
      "type": "twitter",
      "value": "<string>"
    }
  ],
  "location": "US",
  "preferredStage": "SEED",
  "portfolioAmount": 412,
  "fundingRoundsAmount": 287,
  "leadInvestmentsAmount": 64,
  "retailRoi": 12.34,
  "avgRoundSize": "2500000",
  "hasPortfolio": true,
  "hasRecentRounds": true,
  "hasTeam": true
}

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
id
number
required
Example:

1

slug
string
required
Example:

"a16z"

name
string
required
Example:

"Andreessen Horowitz"

images
object
required

Logo URLs in four sizes; each may be null when unavailable.

tier
object
required

Editorial tier 1–5.

Example:

1

type
string | null
required

Fund category.

Example:

"Venture"

description
string | null
required

English fund description.

Social and web links.

location
string | null
required

ISO 3166-1 alpha-2 country code of the fund.

Example:

"US"

preferredStage
string | null
required

Most frequent crowdsale type across the fund last 20 rounds.

Example:

"SEED"

portfolioAmount
number
required

Distinct coins in the fund portfolio.

Example:

412

fundingRoundsAmount
number
required

Funding rounds the fund participated in.

Example:

287

leadInvestmentsAmount
number
required

Rounds where the fund was lead.

Example:

64

retailRoi
object
required

Average % ROI since listing across portfolio coins (retail entry price).

Example:

12.34

avgRoundSize
string | null
required

Average round size in USD across all rounds the fund participated in.

Example:

"2500000"

hasPortfolio
boolean
required

True when the fund has any portfolio coins.

Example:

true

hasRecentRounds
boolean
required

True when the fund participated in any funding rounds.

Example:

true

hasTeam
boolean
required

True when the fund team section is populated.

Example:

true