# Account - History

{% hint style="danger" %}
This version of Horizon Academy has been deprecated! To find the latest version, please visit: [English V2](https://academy.horizonprotocol.com/)
{% endhint %}

Account History keeps track of all previous staking-related transactions.

This includes all "Mint", "Burn", and "Claim" actions.

This does not include Trade or Earn actions.

### **Interface**

The History Tab interface includes the following:

* **Type** The type of staking action that occurred. Each action here is written into the blockchain and would have required a transaction on BNB Chain.
* **Date (UTC)** Date and time at which this occurred. Note that this will be UTC time.
* **Amount** The amount of HZN and zUSD that was "Minted", "Burned", or "Claimed".
* **Tx** The "View" link will take you to the transaction on Bscscan.com.


---

# 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://academy.horizonprotocol.com/english/horizon-genesis/interfaces/account-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.
