> For the complete documentation index, see [llms.txt](https://sodex.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sodex.com/documentation/for-developers/api-reference/market-data-api/fundraising/projects.md).

# 7.1 Project List

```
GET /fundraising/projects
```

**Request Parameters**

No parameters.

**Response Example**

```json
[
    {
        "project_id": 1844233596730036225,
        "project_name": "Crossover Markets"
    }
]
```

**Response Fields**

| Field         | Type   | Description  |
| ------------- | ------ | ------------ |
| project\_id   | Long   | Project ID   |
| project\_name | String | Project name |
