# Statistics

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

Access the Statistics via the Statistics button in the action bar of your project.

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

The statistics overview shows all transactions of a project and the key data for the last 12 months in the Sales graph

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

Aside from charting some of the project's Key Data, the Statistics display each transaction in your project and makes it simple to understand the type of transaction as well as the transaction key data and structure, just like the [Transactions overview](https://docs.nmkr.io/nmkr-studio/account/transactions), which displays the entire accounts transactions:

* 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 statistics overview

Please click on "export all Transactions" in the lower left corner to export the statistics overview. This will immediately download a CSV-file packed in a Zip-file containing all of the above-mentioned data. It can be opened in any spreadsheet program, such as Microsoft Excel, Apple Numbers, or Google Sheets.


---

# 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/project/statistics.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.
