v1
latestOpenAPI 3.0.32026-07-26282561.6 KBFundraising
Investors v5
Fundraising data per investor. v5 keeps the same params and response shape as v1.
get/v5/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
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",
"latestFundingDate": "2021-11-04T00:00:00Z",
"fundingRounds": [
{
"tokenId": "apecoin",
"roundName": "Seed Round",
"isLeadInvestor": true,
"fundingDate": "2022-03-22T00:00:00Z",
"totalAmountRaisedinThatRound": 450000000,
"valuation": 4000000000
}
]
}
}