# Startups (startups.gallery) — 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.

> Monitor newly funded startups in real-time with detailed information on funding rounds, investment amounts, stages, and lead investors. Track emerging companies and their capital raises to stay informed about market trends and investment activity.

**Category:** Finance & Markets | **Website:** [startups.gallery/news](https://startups.gallery/news) | **Docs:** [parse.bot/marketplace/4c6b438e-ed79-480a-a8d6-f1273132ea62/startups-gallery-api](https://parse.bot/marketplace/4c6b438e-ed79-480a-a8d6-f1273132ea62/startups-gallery-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-startups-gallery-api-4c6b438e/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_funding_rounds

Retrieve the latest funding rounds from startups.gallery. Returns up to 50 recent rounds ordered by date (newest first). Each round includes the company name, funding amount, stage (e.g. Series A, Seed), announcement date, lead investor, and a source link to the press coverage. The site does not support server-side filtering or pagination beyond the first 50 results.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-startups-gallery-api-4c6b438e/list_funding_rounds \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
