Skip to main content
GET
/
v3
/
funds
/
{id}
/
top-investments
Fund Top Investments
curl --request GET \
  --url https://api.cryptorank.io/v3/funds/{id}/top-investments \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "currencyId": 28,
      "name": "Ethereum",
      "symbol": "ETH",
      "imageUrl": "https://images.cryptorank.io/coins/150x150.ethereum1524754015525.png",
      "isLead": true,
      "totalInvested": "5000000",
      "marketCap": "450000000000",
      "retailRoi": 12.34,
      "latestRoundDate": "2024-08-15T00:00:00.000Z"
    }
  ],
  "status": {
    "usedCredits": 1,
    "timestamp": 1780000000000
  }
}
Attention: totalInvested is the total size of every round the fund participated in - the full round size, not the fund’s individual contribution.

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
integer
required

Fund ID

Required range: x >= 1
Example:

1

Response

data
object[]
required
status
object
required