Fund Profile
GET
/gateway/v1/fund/detailReturns a crypto VC fund's full profile: description, jurisdiction, portfolio count, social links, and team members with roles.
Included fields: X accounts, team members, recent research, invested project count.
This does NOT return the list of investments — use `/fund/portfolio` for that.
Lookup: by UUID (`id`) or name (`q`). Returns 404 if not found.
Query Parameters
idstring
Surf fund UUID. PREFERRED — always use this when available from a previous response (e.g. id from /search/fund). Takes priority over q.
Example:
ef3b6da9-283d-4080-b3c7-87b1b45924dcqstring
Fuzzy fund name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.
Example:
a16zFund Profile
OK