# How to View Transaction History

* The Transaction History feature is accessible from the "Wallet" menu, specifically from the "History" section.

***

### Transaction Details

Each transaction entry includes the following columns:

* **ID:** A unique identifier for each transaction.
  * For Deposit: D1234
  * For Withdraw: W1234
* **Date & Time:** Timestamp of the transaction when it occurred.
* **Transaction Type:**
  * Deposit
  * Withdraw&#x20;
* **Total Quantity:** The total quantity of cryptocurrency involved in the transaction, including fees.
* **Transaction Hash:** The unique hash associated with the transaction for verification on the blockchain.
  * If the transaction is internal, the user ID will be displayed in this space.
* **Status:** The status of the transaction (e.g., pending, completed, failed).
* **Quantity:** The specific quantity of cryptocurrency involved in the transaction (e.g., for trade transactions) excluding fees.
* **Commission:** A fixed amount of commission the platform charges for Withdrawal - External transactions.
* **Fees:** Fix the amount of fees charged by the platform.&#x20;
* **Address:** The wallet address involved in the transaction (e.g., for deposits and withdrawals).
* **Remarks:** Optional remarks or notes related to the transaction.

***

## Types of Transaction Status&#x20;

For any transaction made for top-up or deposit, a status update will be seen on respective pages & transaction history.\
\
**Status = Pending**\
This status for transactions is seen when the transaction is initiated but not all block confirmations are received from blockchain. The user needs to wait to until the status changes to completed and then validate his wallet balance.

**Status = Completed**\
This status for transactions is seen when the transaction is initiated & all block confirmations are received from blockchain. The user needs to perform no further action & hence he can validate his wallet balance.\
\
User can apply filter on “Transaction history” page for: when the transaction is initiated & 1. Type – Type of transaction i.e. Deposit, Withdrawal, All.                                                           2. Status – All, Pending, Completed, Failed.

***

## Filtering and Sorting

Users can filter transactions based on criteria such as date range, transaction type, and status.

***

### Exporting Transactions

Users can export their wallet transaction history in a downloadable format, such as CSV.

***

Congratulations! You have successfully explored the Transaction History feature. For further assistance or inquiries, consult our support documentation or contact our customer support team. Happy trading!


---

# 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://docs.homnifi.com/homnifi-101/defi360/welcome-to-cloudk/wallet-on-cloudk/how-to-view-transaction-history.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.
