> 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-tw/api/manual/cha-xun-jiao-yi-ji-lu.md).

# 查詢交易記錄

在 WaaS 專案中，交易記錄用於查看當前項目下所有與資金流轉相關的業務記錄，幫助用戶追蹤提幣、子地址交易以及歸集交易記錄。

交易記錄主要分為以下三類：

* 提幣記錄
* 交易記錄
* 歸集記錄

## 提幣記錄

提幣記錄用於查看透過 API 發起的提幣申請記錄。

根據提幣來源不同，分為：

* 錢包提幣：指透過錢包提幣介面發起的提幣申請記錄。
* 子地址提幣：指透過子地址提幣介面發起的提幣申請記錄。

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

## 交易記錄

交易記錄用於查看 WaaS 項目子地址相關的交易記錄。

包括：

* 接收
* 發送

不包含：

* 歸集相關交易 （歸集、礦工費充值）

交易記錄分為：

* 歷史記錄：顯示最終狀態（成功、失敗、已取消）的交易記錄，
* 處理中：顯示當前仍在鏈上待確認的交易記錄。

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

## 歸集記錄

歸集記錄用於查看 WaaS 項目子地址歸集相關的交易記錄。\
包括：

* 歸集 （手動歸集、自動歸集）
* 礦工費充值

歸集記錄分為：

* 歷史記錄：顯示最終狀態（成功、失敗、已取消）的歸集交易記錄。
* 處理中：顯示當前仍在鏈上待確認的歸集交易記錄。

<figure><img src="/files/pJQ6xlyfGV4hsV1yCUF0" 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, and the optional `goal` query parameter:

```
GET https://support.cregis.com/cregis-wallet-guide/zh-tw/api/manual/cha-xun-jiao-yi-ji-lu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
