> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/transaction.md).

# 查询交易记录

在 WaaS 项目中，交易记录用于查看当前项目下所有与资金流转相关的业务记录，帮助用户追踪提币、子地址交易以及归集交易记录。交易记录主要分为以下三类：

* 提币记录
* 交易记录
* 归集记录

## **提币记录**

提币记录用于查看通过 API 发起的提币申请记录。根据提币来源不同，分为：

* 钱包提币：指通过钱包提币接口发起的提币申请记录。
* 子地址提币：指通过子地址提币接口发起的提币申请记录。

<figure><img src="/files/90WWOOzmNPrtwuvfijAJ" alt=""><figcaption></figcaption></figure>

## **交易记录**

交易记录用于查看 WaaS 项目子地址相关的交易记录。包括：

* 接收
* 发送

不包含：

* 归集相关交易 （归集、矿工费充值）

交易记录分为：

* 历史记录：显示最终状态（成功、失败、已取消）的交易记录，
* 处理中：显示当前仍在链上待确认的交易记录。

<figure><img src="/files/q13N48ejupFEQgkkLPT2" alt=""><figcaption></figcaption></figure>

**归集记录**归集记录用于查看 WaaS 项目子地址归集相关的交易记录。包括：

* 归集 （手动归集、自动归集）
* 矿工费充值

归集记录分为：

* 历史记录：显示最终状态（成功、失败、已取消）的归集交易记录。
* 处理中：显示当前仍在链上待确认的归集交易记录。

<figure><img src="/files/XkF3tmPldj93d5wOuy0j" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/transaction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
