Fund

Fund Portfolio

Returns investment rounds for a fund's portfolio, sorted by date (newest first).

A project may appear multiple times if the fund participated in multiple rounds.

Included fields: project name, logo, date, raise amount, lead investor status.

Lookup: by UUID (id) or name (q).

get/gateway/v1/fund/portfolio

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-87b1b45924dc

Surf fund UUID. PREFERRED — always use this when available from a previous response (e.g. id from /search/fund). Takes priority over q.

qstring

Fuzzy fund name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.

Example:a16z

Fuzzy fund name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.

limitinteger

Results per page

Example:20

Results per page

offsetinteger

Pagination offset

Pagination offset

is_lead'true' | 'false' | ''

Filter by lead investor status. Omit or leave empty for all investments.

Example:true

Filter by lead investor status. Omit or leave empty for all investments.

invested_afterinteger

Only include investments at or after this Unix timestamp (seconds)

Example:1704067200

Only include investments at or after this Unix timestamp (seconds)

invested_beforeinteger

Only include investments before this Unix timestamp (seconds)

Example:1735689600

Only include investments before this Unix timestamp (seconds)

sort_by'invested_at' | 'recent_raise' | 'total_raise'

Field to sort results by

Example:recent_raise

Field to sort results by

order'asc' | 'desc'

Sort order

Example:desc

Sort order

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/DataResponseFundPortfolioItem.json"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.