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

# Query Transaction Records

In WaaS projects, transaction history is used to view all business records related to fund flows under the current project, helping users track withdrawals, sub-address transactions, and collection records. Transaction history is mainly divided into the following three categories:

* Withdrawal History
* Transaction History
* Collection History

#### Withdrawal History

Withdrawal History is used to view withdrawal requests initiated via API. Depending on the source of the withdrawal, it is categorized into:

* Wallet Withdrawal: Refers to withdrawal request records initiated through the wallet withdrawal API.
* Sub-address Withdrawal: Refers to withdrawal request records initiated through the sub-address withdrawal API.

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

#### Transaction History

Transaction History is used to view transaction records related to the sub-addresses of the WaaS project. Including:

* Receive
* Send

Excluding:

* Collection-related transactions (Collection, Gas Fee Top-up)

Transaction History is categorized into:

* History: Displays transaction records in their final state (Successful, Failed, Canceled).
* In Progress: Displays transaction records that are currently still pending confirmation on the chain.

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

#### Collection History

Collection History is used to view transaction records related to sub-address collection in the WaaS project. Including:

* Collection (Manual Collection, Auto-Collection)
* Gas Fee Top-up

Collection History is categorized into:

* History: Displays collection transaction records in their final state (Successful, Failed, Canceled).
* Processing: Displays collection transaction records that are currently still pending confirmation on the chain.

<figure><img src="/files/3gXMa9hVaQ6bMCSjbBI5" 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:

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