Skip to main content
GET
List Fund Managers

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

fundManagerIDEq
string

Fund Manager ID equals.

fundManagerIDIsOneOf
string[]

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

fundIDEq
string

Fund ID equals.

fundIDIsOneOf
string[]

Fund ID is one of (comma-separated).

fundIDIsNotOneOf
string[]

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

fundNameEq
string

Fund Name equals.

fundNameIsOneOf
string[]

Fund Name is one of (comma-separated).

fundNameContains
string

Fund Name contains (case-insensitive substring).

fundAnnouncementDateGt
string<date-time>

Fund Announcement Date is greater than.

fundAnnouncementDateGte
string<date-time>

Fund Announcement Date is greater than or equal to.

fundAnnouncementDateLt
string<date-time>

Fund Announcement Date is less than.

fundAnnouncementDateLte
string<date-time>

Fund Announcement Date is less than or equal to.

fundRaisedAmountUSDGt
number

Fund Raised Amount USD is greater than.

fundRaisedAmountUSDGte
number

Fund Raised Amount USD is greater than or equal to.

fundRaisedAmountUSDLt
number

Fund Raised Amount USD is less than.

fundRaisedAmountUSDLte
number

Fund Raised Amount USD is less than or equal to.

investorIDEq
string

Investor ID equals.

investorIDIsOneOf
string[]

Investor ID is one of (comma-separated).

managerEntityIDEq
string

Manager Entity ID equals.

managerEntityIDIsOneOf
string[]

Manager Entity ID is one of (comma-separated).

managerEntityIDIsNotOneOf
string[]

Manager Entity ID is not one of (comma-separated).

managerEntityTypeEq
string

Manager Entity Type equals.

managerEntityTypeIsOneOf
string[]

Manager Entity Type is one of (comma-separated).

managerNameEq
string

Manager Name equals.

managerNameIsOneOf
string[]

Manager Name is one of (comma-separated).

managerNameContains
string

Manager Name contains (case-insensitive substring).

managerIsActiveEq
boolean

Manager Is Active equals.

managerIsActiveNotEq
boolean

Manager Is Active does not equal.

sortBy
enum<string>
default:fundAnnouncementDate

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

Available options:
fundName,
fundAnnouncementDate,
fundRaisedAmountUSD,
managerName
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:
fundManagerID,
fundID,
fundName,
fundAnnouncementDate,
fundRaisedAmountUSD,
investorID,
managerEntityID,
managerEntityType,
managerName,
managerLogoURL,
managerIsActive
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