> For the complete documentation index, see [llms.txt](https://maksims-organization-7.gitbook.io/daiwo-instruction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maksims-organization-7.gitbook.io/daiwo-instruction/admin-panel/transactions-page.md).

# Transactions page

### Overview

<figure><img src="/files/zBffg6tFWQoQBWWebsFe" alt=""><figcaption><p>Screenshot of empty transactions page</p></figcaption></figure>

<figure><img src="/files/4JOChk7OOTVxqNyK7PcM" alt=""><figcaption><p>Screenshot of transactions page</p></figcaption></figure>

<mark style="color:blue;">**Transactions page**</mark> includes:

* Filters:
  * Time (timeline)
  * Type (transaction type)
  * Status (Pending, Rejected, Success)
  * TxID or transaction ID
  * Owner (All, Admin, or Shareholder)
* Export button
* Transaction list&#x20;
* Pagination *for easy navigation*

### Transactions details&#x20;

to opening transaction details needs to click on some transaction

<figure><img src="/files/480I3AYS8OPU4SqjevvR" alt=""><figcaption><p>On this picture, some transaction is marked</p></figcaption></figure>

after clicking you will see transaction details, such as:

* Status&#x20;
* Type&#x20;
* Pair&#x20;
* Network&#x20;
* Crypto Amount | You got&#x20;
* 1Amount received | You sent&#x20;
* Token Price&#x20;
* Transaction Fee
* Owner of transaction&#x20;
* Sender Address&#x20;
* Destination address&#x20;
* Created at&#x20;
* &#x20;TxID / ID transaction

<figure><img src="/files/9HH1kh0D29wAnsIrgcbK" alt=""><figcaption><p>Screenshot of transaction details</p></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://maksims-organization-7.gitbook.io/daiwo-instruction/admin-panel/transactions-page.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.
