# 查询交易记录

项目内目前有三个页面可查看与项目相关的交易记录：

* 交易记录\
  所有不是从API发起的交易记录都会被记录在这里，包括地址手动转出、接收、矿工费充值及系统归集记录。
* 提币记录\
  这里记录的是通过Create wallet payout API发起的记录，经此API发起的提币皆是从**钱包的地址**而非项目地址转出。
* 出款记录\
  这里记录的是通过Create sub-address payout发起的记录，经此API发起的提币是从**项目子地址**转出。

你可以在WaaS项目中找到此三个交易记录的入口：

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