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

# 收入数据

> 通过 API Token 查询租户收入看板和收入流水。

## 收入看板

```http theme={null}
GET /api/open/finance/dashboard
Authorization: Bearer <API_TOKEN>
```

## 收入流水

```http theme={null}
GET /api/open/finance/transactions?transaction_type=all&page=1&page_size=20
Authorization: Bearer <API_TOKEN>
```

| 参数                 | 取值                       |
| ------------------ | ------------------------ |
| `transaction_type` | `all`、`tech`、`ecosystem` |
| `page`             | 从 1 开始                   |
| `page_size`        | 1–100                    |
| `start_date`       | 可选，日期                    |
| `end_date`         | 可选，日期                    |

所有数据均按 API Token 所属租户隔离。
