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

# LaunchLab History API

> LaunchLab 池的交易历史和 OHLC K线数据，支持 1m、5m 和 15m 间隔。

<Info>
  **本页内容由 AI 自动翻译，所有内容以英文版本为准。**

  [查看英文版 →](/api-reference/launch-history-v1/overview)
</Info>

History API 为 LaunchLab 池提供历史交易数据。你可以获取多个间隔的 K 线（OHLC）数据（1分钟、5分钟、15分钟），以及通过分页访问单笔交易记录。

## API 端点

**主网：** [https://launch-history-v1.raydium.io](https://launch-history-v1.raydium.io)\
**测试网：** [https://launch-history-v1-devnet.raydium.io](https://launch-history-v1-devnet.raydium.io)

## 认证

无需认证。所有端点都是公开可访问的。

## 数据特性

* **K线数据：** 1m、5m 和 15m 间隔的 OHLC 蜡烛图
* **交易历史：** 单笔交易记录，包含交易者、数量和时间戳
* **分页：** 使用 `nextPageKey` 进行高效的大数据集查询
* **限制约束：** K线请求接受 1-500 根蜡烛（默认 300）；交易请求接受 1-100 条（默认 50）
* **筛选：** 按交易者钱包和数量范围筛选交易历史

## 使用场景

* **图表展示** 和蜡烛图可视化
* **价格分析** 和技术分析指标
* **交易统计** 和交易量追踪
* **用户交易审计** 轨迹，按钱包和日期范围筛选
* **币种历史价格发现**

## 相关资源

[Mint API](/zh/api-reference/launch-mint-v1/overview)\
[Forum API](/zh/api-reference/launch-forum-v1/overview)\
[LaunchLab 平台概览](/zh/products/launchlab)
