> 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).

# 查詢交易記錄

項目內目前有三個頁面可查看與項目相關的交易記錄：

* 交易記錄\
  所有不是從 API 發起的交易記錄都會記錄在這裡，包括手動轉出、接收、礦工費充值及系統歸集記錄。
* 提幣記錄\
  這裡記錄的是透過 Create wallet payout API 發起的記錄，經此 API 發起的提幣皆是從**錢包的地址**而非項目地址轉出。
* 子地址API出款\
  這裡記錄的是透過 Create sub-address payout API 發起的記錄，經此 API 發起的提幣是從**項目子地址**轉出。

您可以在 WaaS 項目中找到此三個交易記錄的入口。

<figure><img src="/files/Otpy4OEWDJ3TnQWkp6aJ" 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.
