# Checking transaction status and history

After **sending or receiving** a transfer to your wallet account address, you can check the transaction history from the mobile app.

## How to check transaction history

<figure><img src="/files/8hCN2QHLXnawJhXRjABO" alt=""><figcaption></figcaption></figure>

**1)** In the D'CENT mobile app, tap the desired coin account to open the Account Details screen.

**2)** On the Account Details screen, you can view your coin balance and transaction history.

* Transactions sent from your account appear in <mark style="color:red;">**Red**</mark>.
* Transactions received to your account appear in <mark style="color:green;">**Green**</mark>**.**
* The transaction status is displayed as **"Completed", "Pending", or "Failed".**

Tap **"See Full History"** to check your wallet address details on a blockchain explorer.

**3)** Selecting a transaction will display its detailed information, including:

* Confirmation status
* TXID (Transaction ID)
* Sender and recipient addresses

{% hint style="info" %}
If the transaction history does not appear, try refreshing the screen by pulling it down and releasing it.
{% endhint %}


---

# 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://userguide.dcentwallet.com/coin-send-receive/checking-transaction-status-and-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.
