# Transactions

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

## Transactions overview

It is, of course, necessary from an accounting standpoint to have a reliable and unambiguous view of the transactions made. This is why we have the transactions overview. It can be easily accessed from the menu bar.

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

The transaction overview displays all transaction activities associated with your user account, including all project transactions, manual mints or airdrops, and royalty token minting.

<figure><img src="/files/10MrFzPKa9K9uWQVEANX" alt=""><figcaption><p>The transactions overview</p></figcaption></figure>

it shows every transaction of your account and makes it easy to understand what kind of transaction it was and the transaction key data and structure:

* Time and Date (UTC)
* Type
* Project
* Price Paid
* Amount of NFTs
* Total Costs
* Income
* Transaction ID
* Payout wallet (receiving wallet)

### View more details of a specific transaction

<figure><img src="/files/fIpLcBicoOQXfo8vLFEf" alt=""><figcaption><p>Expand transaction details by clicking the row</p></figcaption></figure>

Just click the transaction row to expand more details about a specific transaction.\
It will show you additional data:

* Paid from user
* MinUtxo (sendback)
* Network Fees
* Mint Fees
* Incomes
* Discount
* NFT name and image
* Fingerprint of the token

## Export transaction overview

To export the transactions overview, please click on "export all Transactions" in the lower left corner. This will instantly download a CSV-file packed in a Zip-file containing all the relevant data as mentioned above.\
It can be opened in any spreadsheet program like Excel, Numbers or Google sheets.

<figure><img src="/files/LkgOlRbKGZ7VFXHbbqVz" alt=""><figcaption><p>Example of the Transactions overview as CSV file</p></figcaption></figure>


---

# 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.nmkr.io/nmkr-studio/account/transactions.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.
