> For the complete documentation index, see [llms.txt](https://docs.alkemi.network/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alkemi.network/user-guide/transaction-history.md).

# 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 %}
