> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Funds & Investors

> Venture funds raised to invest in crypto, and the managers behind each fund.

Both are tables: one row per fund, and one row per fund and manager pair.

## Endpoints

| Model                                                                  | Access               | Table                                                                                                                                                      |
| ---------------------------------------------------------------------- | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Funds](/api-reference/data-api/funds-investors/funds)                 | Fundraising\_unified | [List rows](/api-reference/data-api/funds-investors/tabular-funds), [One row](/api-reference/data-api/funds-investors/tabular-funds-by-id)                 |
| [Fund Managers](/api-reference/data-api/funds-investors/fund-managers) | Fundraising\_unified | [List rows](/api-reference/data-api/funds-investors/tabular-fund-managers), [One row](/api-reference/data-api/funds-investors/tabular-fund-managers-by-id) |

## Example

```bash curl theme={null}
curl "https://api.blockworks.com/query/tabular/funds?pageSize=3&selections=fundID,name,announcementDate,fundingDate" \
  -H "X-Blockworks-API-Key: $BLOCKWORKS_API_KEY"
```

See [List Funds](/api-reference/data-api/funds-investors/tabular-funds) for the response and the errors.

## Guides

<CardGroup cols={2}>
  <Card title="Filtering and pagination" icon="filter" href="/getting-started/filtering-pagination">
    Filter suffixes, sorting, column selection and paging.
  </Card>

  <Card title="Tabular vs timeseries" icon="book" href="/getting-started/concepts/tabular-vs-timeseries">
    The two model kinds, their URL shapes, and when to reach for each.
  </Card>
</CardGroup>
