v1

latestOpenAPI 3.0.32026-07-26282561.6 KB
Fundraising

Investors

Fundraising data per investor including funding date, round, amount raised, valuation and price per token.

get/v1/fundraising/investors/{investorId}

Path parameters

investorIdstring required

Investor identifier. Get from Investor List API.

Query parameters

isLeadInvestorboolean

Show only rounds that are led by this investor

fundingDateMinstring date

Start date for time filtering (YYYY-MM-DD). Defaults to earliest available date.

fundingDateMaxstring date

End date for time filtering (YYYY-MM-DD). Defaults to furthest available date.

raisedAmountMinnumber

Minimum amount raised for filtering

raisedAmountMaxnumber

Maximum amount raised for filtering

Response

Successful response

statusboolean

Example response

{
  "metadata": {
    "queryDate": "2026-01-08T10:13:58Z",
    "credit": {
      "used": 213,
      "limit": 300,
      "resetAt": "2026-08-01T00:00:00Z"
    }
  },
  "data": {
    "investorId": "andreessen-horowitz",
    "investorName": "Andreessen Horowitz (a16z)",
    "website": "https://a16z.com/,https://twitter.com/a16zcrypto",
    "fundingRounds": [
      {
        "tokenId": "apecoin",
        "roundName": "Seed Round",
        "isLeadInvestor": true,
        "fundingDate": "2022-03-22T00:00:00Z",
        "totalAmountRaisedinThatRound": 450000000,
        "valuation": 4000000000
      }
    ]
  }
}