Skip to main content
GET
List Funds

Authorizations

X-Blockworks-API-Key
string
header
required

API key sent in the X-Blockworks-API-Key header; x-messari-api-key is accepted for existing integrations. The catalog endpoints and models on the public access tier need no key.

Query Parameters

fundIDEq
string

Fund ID equals.

fundIDIsOneOf
string[]

Fund ID is one of (comma-separated).

fundIDIsNotOneOf
string[]

Fund ID is not one of (comma-separated).

nameEq
string

Name equals.

nameIsOneOf
string[]

Name is one of (comma-separated).

nameContains
string

Name contains (case-insensitive substring).

announcementDateGt
string<date-time>

Announcement Date is greater than.

announcementDateGte
string<date-time>

Announcement Date is greater than or equal to.

announcementDateLt
string<date-time>

Announcement Date is less than.

announcementDateLte
string<date-time>

Announcement Date is less than or equal to.

fundingDateGt
string<date-time>

Funding Date is greater than.

fundingDateGte
string<date-time>

Funding Date is greater than or equal to.

fundingDateLt
string<date-time>

Funding Date is less than.

fundingDateLte
string<date-time>

Funding Date is less than or equal to.

raisedAmountUSDGt
number

Raised Amount USD is greater than.

raisedAmountUSDGte
number

Raised Amount USD is greater than or equal to.

raisedAmountUSDLt
number

Raised Amount USD is less than.

raisedAmountUSDLte
number

Raised Amount USD is less than or equal to.

cryptoNativeEq
boolean

Crypto Native equals.

cryptoNativeNotEq
boolean

Crypto Native does not equal.

managerCountEq
integer<int64>

Manager Count equals.

managerCountGt
integer<int64>

Manager Count is greater than.

managerCountGte
integer<int64>

Manager Count is greater than or equal to.

managerCountLt
integer<int64>

Manager Count is less than.

managerCountLte
integer<int64>

Manager Count is less than or equal to.

managerEntityIDsIncludes
string

Manager Entity IDs array includes.

managerEntityIDsNotIncludes
string

Manager Entity IDs array does not include.

managerEntityIDsIncludesAnyOf
string[]

Manager Entity IDs array includes any of (comma-separated).

managerEntityIDsNotIncludesAnyOf
string[]

Manager Entity IDs array includes none of (comma-separated).

managerNamesIncludes
string

Manager Names array includes.

managerNamesIncludesAnyOf
string[]

Manager Names array includes any of (comma-separated).

limitedPartnerEntityIDsIncludes
string

Limited Partner Entity IDs array includes.

limitedPartnerEntityIDsNotIncludes
string

Limited Partner Entity IDs array does not include.

limitedPartnerEntityIDsIncludesAnyOf
string[]

Limited Partner Entity IDs array includes any of (comma-separated).

limitedPartnerEntityIDsNotIncludesAnyOf
string[]

Limited Partner Entity IDs array includes none of (comma-separated).

limitedPartnerNamesIncludes
string

Limited Partner Names array includes.

limitedPartnerNamesIncludesAnyOf
string[]

Limited Partner Names array includes any of (comma-separated).

sortBy
enum<string>
default:announcementDate

Field to sort by; defaults to the model's default sort column.

Available options:
name,
announcementDate,
fundingDate,
raisedAmountUSD,
managerCount
sortDirection
enum<string>
default:asc

Sort direction.

Available options:
asc,
desc
page
integer

1-based page number.

pageSize
integer

Rows per page (max 1000, default 100).

selections
enum<string>[]

Comma-separated fields to return; defaults to all fields.

Available options:
fundID,
name,
announcementDate,
fundingDate,
raisedAmountUSD,
cryptoNative,
managerCount,
managerEntityIDs,
managerNames,
limitedPartnerEntityIDs,
limitedPartnerNames,
announcementURLs
acceptFormat
enum<string>
default:json

Response format, overriding the Accept header: json (default), csv, or jsonl (NDJSON). csv and jsonl return the rows as a downloadable file.

Available options:
json,
csv,
jsonl

Response

One page of matching rows, with the totals for the whole filtered set.

data
object[]
required
metadata
object
required

Pagination totals for the full filtered result set, independent of the current page.

error
string | null