# 查詢交易記錄

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

* 交易記錄\
  所有不是從 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: 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-tw/api/manual/cha-xun-jiao-yi-ji-lu.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.
