> For the complete documentation index, see [llms.txt](https://docs.aquanow.io/aquanow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquanow.io/aquanow/legacy/user-guide/account-management/csv-exports.md).

# CSV Exports

### Exporting User Balances

The bottom right section of Dashboard contains the User Balance section, which has information about the crypto and fiat account balances.

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

Select the top right download button in the User Balance section to download account's table data in CSV form.&#x20;

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

Optionally, use the "Hide Empty Balances" toggle to exclude empty balances from the export.

The file will be downloaded as *\<username>\_balances.csv*.

### Exporting Deposit/Withdrawal History

First, navigate to 'Transaction History' using the top menu.

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

Deposits/Withdrawals can be filtered by a date range. The default date range is 7 days.&#x20;

The user can then select 'CSV Export' to initiate the CSV download. The file will be downloaded as *\<startDate>\_\<endDate>\_deposit\_withdraw\.csv*

{% hint style="info" %}
Deposit/Withdraw table only shows a maximum of 1000 items.
{% endhint %}

### Exporting Trade Summary

Select Trade History from the top menu.

Filter trades by a date range and select Custom Export. The default date range is 7 days.

Confirm the time range and optionally select All Order, then Fetch Data.

<figure><img src="/files/9RGSf3clj73Uqu2DP2OH" alt=""><figcaption></figcaption></figure>

Once the file is ready to download, select Download.

The file will be downloaded as *aquanow-trade-summary.csv*.

### Exporting Autopilot Addresses/Orders

The displayed Autopilot addresses for each coin can be exported as needed. Exports for autopilot addresses will be formatted as:&#x20;

*`<YYYY-MM-DD  HH_MM_SS>_autopilot_addresses.csv`*

Users can also export a breakdown on their autopilot orders including Tag ID, Order ID, Date, Amount Received, etc. Exports for autopilot orders will be formatted as:&#x20;

*`<YYYY-MM-DD  HH_MM_SS>_autopilot_orders.csv`*

<figure><img src="/files/gT2B6DREO94D2ounNKqX" alt=""><figcaption></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://docs.aquanow.io/aquanow/legacy/user-guide/account-management/csv-exports.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.
