Skip to main content
GET
List Funding Round Investors

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

fundingRoundInvestorIDEq
string

Funding Round Investor ID equals.

fundingRoundInvestorIDIsOneOf
string[]

Funding Round Investor ID is one of (comma-separated).

fundingRoundIDEq
string

Funding Round ID equals.

fundingRoundIDIsOneOf
string[]

Funding Round ID is one of (comma-separated).

fundingRoundIDIsNotOneOf
string[]

Funding Round ID is not one of (comma-separated).

isLeadEq
boolean

Is Lead equals.

isLeadNotEq
boolean

Is Lead does not equal.

investorIDEq
string

Investor ID equals.

investorIDIsOneOf
string[]

Investor ID is one of (comma-separated).

investorEntityIDEq
string

Investor Entity ID equals.

investorEntityIDIsOneOf
string[]

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

investorEntityIDIsNotOneOf
string[]

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

investorEntityTypeEq
string

Investor Entity Type equals.

investorEntityTypeIsOneOf
string[]

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

investorNameEq
string

Investor Name equals.

investorNameIsOneOf
string[]

Investor Name is one of (comma-separated).

investorNameContains
string

Investor Name contains (case-insensitive substring).

investorIsActiveEq
boolean

Investor Is Active equals.

investorIsActiveNotEq
boolean

Investor Is Active does not equal.

investorFoundedDateGt
string<date-time>

Investor Founded Date is greater than.

investorFoundedDateGte
string<date-time>

Investor Founded Date is greater than or equal to.

investorFoundedDateLt
string<date-time>

Investor Founded Date is less than.

investorFoundedDateLte
string<date-time>

Investor Founded Date is less than or equal to.

investorTotalAmountRaisedUSDGt
number

Investor Total Amount Raised USD is greater than.

investorTotalAmountRaisedUSDGte
number

Investor Total Amount Raised USD is greater than or equal to.

investorTotalAmountRaisedUSDLt
number

Investor Total Amount Raised USD is less than.

investorTotalAmountRaisedUSDLte
number

Investor Total Amount Raised USD is less than or equal to.

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.

typeEq
string

Type equals.

typeNotEq
string

Type does not equal.

typeIsOneOf
string[]

Type is one of (comma-separated).

typeIsNotOneOf
string[]

Type is not one of (comma-separated).

stageEq
string

Stage equals.

stageNotEq
string

Stage does not equal.

stageIsOneOf
string[]

Stage is one of (comma-separated).

stageIsNotOneOf
string[]

Stage is not one of (comma-separated).

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.

isTokenFundedEq
boolean

Is Token Funded equals.

isTokenFundedNotEq
boolean

Is Token Funded does not equal.

fundedEntityIDEq
string

Funded Entity ID equals.

fundedEntityIDIsOneOf
string[]

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

fundedEntityIDIsNotOneOf
string[]

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

fundedEntityTypeEq
string

Funded Entity Type equals.

fundedEntityTypeIsOneOf
string[]

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

fundedEntityNameEq
string

Funded Entity Name equals.

fundedEntityNameIsOneOf
string[]

Funded Entity Name is one of (comma-separated).

fundedEntityNameContains
string

Funded Entity Name contains (case-insensitive substring).

fundedEntitySlugEq
string

Funded Entity Slug equals.

fundedEntitySlugIsOneOf
string[]

Funded Entity Slug is one of (comma-separated).

fundedEntitySectorEq
string

Funded Entity Sector equals.

fundedEntitySectorIsOneOf
string[]

Funded Entity Sector is one of (comma-separated).

fundedEntitySectorIsNotOneOf
string[]

Funded Entity Sector is not one of (comma-separated).

fundedEntityCategoryEq
string

Funded Entity Category equals.

fundedEntityCategoryIsOneOf
string[]

Funded Entity Category is one of (comma-separated).

fundedEntityCategoryIsNotOneOf
string[]

Funded Entity Category is not one of (comma-separated).

sortBy
enum<string>
default:announcementDate

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

Available options:
investorName,
investorTotalAmountRaisedUSD,
announcementDate,
raisedAmountUSD,
fundedEntityName
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:
fundingRoundInvestorID,
fundingRoundID,
isLead,
investorID,
investorEntityID,
investorEntityType,
investorName,
investorLogoURL,
investorIsActive,
investorFoundedDate,
investorTotalAmountRaisedUSD,
announcementDate,
type,
stage,
raisedAmountUSD,
isTokenFunded,
fundedEntityID,
fundedEntityType,
fundedEntityName,
fundedEntitySlug,
fundedEntitySector,
fundedEntityCategory
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