# Crypto Fundraising — 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.

> Track cryptocurrency fundraising activity by searching projects and investors, viewing deal details, and staying updated with the latest crypto funding news and top active venture funds. Monitor major fundraising rounds, explore investor portfolios, and research emerging crypto projects all in one place.

**Category:** Web3 & Onchain | **Website:** [crypto-fundraising.info/](https://crypto-fundraising.info/) | **Docs:** [parse.bot/marketplace/5639b662-2a28-457d-8629-069980ae0b19/crypto-fundraising-info-api](https://parse.bot/marketplace/5639b662-2a28-457d-8629-069980ae0b19/crypto-fundraising-info-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-crypto-fundraising-info-api-5639b662/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_all_projects

Retrieve a complete list of all projects from the site's search index. Returns thousands of project entries with basic metadata. Useful for building a local index or finding project slugs.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/get_all_projects \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_biggest_fundraising_rounds

Retrieve the largest fundraising deals from the last 30 days, sorted by amount raised in descending order. Deals without a reported amount appear at the end.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/get_biggest_fundraising_rounds \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_fundraising_deals

Retrieve a paginated list of fundraising deals with optional filters. Returns up to 10 deals per page. Supports filtering by category, round type, deal amount range, date range, and tradable status. Results are ordered by most recent date first.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `category` | string | No | Filter by project category. |
| `daterange` | string | No | Filter by date range. |
| `deal_from` | string | No | Filter deals from this amount (numeric string, e.g. '1000000'). |
| `deal_to` | string | No | Filter deals up to this amount (numeric string, e.g. '50000000'). |
| `page` | integer | No | Page number for pagination. |
| `round_type` | string | No | Filter by funding round type. |
| `tradable` | string | No | Filter by tradable status. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/get_fundraising_deals \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"category":"<string>","daterange":"<string>","deal_from":"<string>","deal_to":"<string>","page":"<integer>","round_type":"<string>","tradable":"<string>"}'
```

### get_investor_detail

Retrieve full details for an investor/fund including their portfolio of investments. Portfolio entries include project name, slug, round type, and date.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `slug` | string | Yes | Investor/fund slug identifier (from investor listings, e.g. coinbase-ventures, animoca-brands, a16z-crypto). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/get_investor_detail \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"slug":"<string>"}'
```

### get_investors_list

Retrieve a ranked list of investors/funds sorted by number of investments. Returns the top 20 investors with their deal counts. Supports time range filtering.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `range` | string | No | Time range filter. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/get_investors_list \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"range":"<string>"}'
```

### get_news_article

Retrieve the content of a specific news/blog article by its slug. Returns the article title and full text content.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `slug` | string | Yes | Article slug identifier (from get_news_list results, e.g. dates-26-apr-02-may-2026, q1-2026-crypto-fundraising-report). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/get_news_article \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"slug":"<string>"}'
```

### get_news_list

Retrieve a paginated list of blog/news articles. Returns up to 12 articles per page with title, slug, category, and URL.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `page` | integer | No | Page number for pagination. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/get_news_list \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"page":"<integer>"}'
```

### get_project_detail

Retrieve full details for a specific project including all funding rounds, categories, links, and description. Each round includes date, amount, type, valuation, lead investors, and other investors.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `slug` | string | Yes | Project slug identifier (from project URLs or deal listings, e.g. morpho, ethena, centrifuge). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/get_project_detail \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"slug":"<string>"}'
```

### get_recent_fundraising_events

Retrieve the 5 most recent fundraising events from the homepage. Each deal includes project name, slug, round type, date, amount raised, categories, and investors.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/get_recent_fundraising_events \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_top_active_funds

Retrieve the top active funds from the homepage, ranked by recent deal count. Shows funds with the most investments in the current period.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/get_top_active_funds \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### search_projects_and_funds

Search for projects and funds by keyword against the site's search index. Matches against project and fund names (case-insensitive substring match). Returns all matching entries.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `query` | string | Yes | Search keyword to match against project and fund names. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-crypto-fundraising-info-api-5639b662/search_projects_and_funds \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"<string>"}'
```
