Transaction History
Users can view the history of the connected account's transactions by clicking on the "History" tab in the Earn menu:
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
GET
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" |
Last updated