curl -X 'GET' \ 'https://api.unlocks.app/v1/fundraising/investors/andreessen-horowitz' \ -H 'x-api-key: $YOUR_API_KEY'
{ "metadata": { "queryDate": "2026-01-08T10:24:34Z" }, "status": true, "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, "pricePerToken": null }, { "tokenId": "aptos", "roundName": "Series A", "isLeadInvestor": false, "fundingDate": "2022-07-25T00:00:00Z", "totalAmountRaisedinThatRound": 150000000, "valuation": 2000000000, "pricePerToken": null } ] } }
Fundraising data per investor including funding date, round, amount raised, valuation and price per token
investorId
Show metadata fields
Show data fields
Show funding round fields