# Liquid2 — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Access detailed information about Liquid 2 Ventures' portfolio of over 800 companies based in San Francisco, allowing you to research and analyze their venture capital investments. Browse and discover portfolio company data to gain insights into the firm's investment strategy and portfolio composition.

**Category:** Finance & Markets | **Website:** [liquid2.vc/portfolio](https://liquid2.vc/portfolio) | **Docs:** [parse.bot/marketplace/941caeca-608e-4edd-95e3-143974b24211/liquid2-vc-api](https://parse.bot/marketplace/941caeca-608e-4edd-95e3-143974b24211/liquid2-vc-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-liquid2-vc-api-941caeca/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_portfolio

Lists all portfolio companies from Liquid 2 Ventures. Paginates through all pages of the portfolio grid automatically and returns aggregated results. Each company includes its name, website URL, and standardized fields (round, partner, sector, status, year) which are null when not displayed on the site.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-liquid2-vc-api-941caeca/list_portfolio \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
