Skip to main content
GET
/
v3
/
funds
/
map
Funds map (id reference)
curl --request GET \
  --url https://api.cryptorank.io/v3/funds/map \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": 1,
    "slug": "a16z",
    "name": "Andreessen Horowitz",
    "tier": 1,
    "type": "Venture",
    "images": {
      "icon": "<string>",
      "x60": "<string>",
      "x150": "<string>",
      "native": "<string>"
    }
  }
]

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

Response

200 - application/json
id
number
required
Example:

1

slug
string
required
Example:

"a16z"

name
string
required
Example:

"Andreessen Horowitz"

tier
object
required
Example:

1

type
string | null
required
Example:

"Venture"

images
object
required

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