# Transaction History

Users can view the history of the connected account's transactions by clicking on the "History" tab in the Earn menu:

![Transaction History](/files/mM761MNnGj7AjpZtoJky)

Users can filter by "Asset" and "Account" controls to locate transactions listed by Asset or Transaction types. Transaction type "Savings" lists deposits and withdrawals (from lending), and "Credit" lists borrows and repays.

When searching for a particular transaction, users can "Sort By" Date and Amount in ascending or descending order.

## Export Transactions via CSV

<mark style="color:blue;">`GET`</mark> `https://kovan.api.alkemi.network/reports/:id?type=savings&symbol=DAI&year=2020&month=12`

Download CSV, for DAI Savings Account Transactions

#### Path Parameters

| Name | Type   | Description     |
| ---- | ------ | --------------- |
| id   | string | Account Address |

#### Query Parameters

| Name   | Type   | Description                           |
| ------ | ------ | ------------------------------------- |
| month  | string | 2 digit month                         |
| year   | string | 4 digit year                          |
| symbol | string | Asset Symbol ( DAI, WBTC, WETH, USDC) |
| type   | string | Account Type, "savings" or "credit"   |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}


---

# 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.alkemi.network/user-guide/transaction-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.
