---
title: "GetRoundsInvestors"
method: GET
path: "/funding/v1/rounds/investors"
tags: ["funding/FundingRound"]
---

# GetRoundsInvestors

`GET /funding/v1/rounds/investors`

Lookup Investors that participated in a set of Funding Rounds given a set of filters. Filters are applied to the Funding Rounds, and then their Investors are returned.

## Query parameters

- `limit` integer
- `page` integer
- `fundedEntityId` string[]
- `investorId` string[]
- `type` string[]
- `stage` string[]
- `raisedAmountMax` number, double
- `raisedAmountMin` number, double
- `isTokenFunded` boolean
- `announcedBefore` string, date-time
- `announcedAfter` string, date-time

## Response `200`

Default response

- object
  - `data` Investors[], required
    - `fundingRoundId` string, required
    - `organizations` InvestorOrganization[], required
    - `persons` InvestorPerson[], required
    - `projects` InvestorProject[], required
  - `error` string
  - `metadata` Pagination
    - `limit` integer, required
    - `page` integer, required
    - `totalPages` integer, required
    - `totalRows` integer, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/messari/apis/messari-api-deep-research-v1.md) · [All operations](https://skmtc.net/messari/apis/messari-api-deep-research-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/messari/messari-api-deep-research-v1/revisions/af35b9757e14/schema)
