# Query Transaction Records

There are currently three pages within the project where you can view transaction records related to the WaaS project:

* Trade Records\
  All transaction records not initiated via API are recorded here, including manual transfers, receipts, gas fee top-ups, and system collection records.
* Payout Records\
  This section records transactions initiated via the Create wallet payout API. Withdrawals initiated through this API are transferred from **the wallet's address** rather than the project address.
* API Withdrawal\
  This section records transactions initiated via the Create sub-address payout API. Payouts initiated through this API are transferred from **the WaaS sub-address**.

You can find the entries for these three transaction records in the WaaS project.

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

<br>


---

# 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/api/api-manual/query-transaction-records.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.
