# Wallet Portfolio Balances and history

The module allows us to display all the tokens (ERC20) and NFT (ERC721, ERC1155) owned by the user's wallet and the transaction history.\
\
We handle 3 types of data refresh for the wallet balances : \
\- Token Refresh : Automatic detection of which token is owned by the wallet.\
\- Balance Refresh : Refreshing the balance of the owned tokens.\
\- Valuation Refresh :  Refresh the fiat valuation of the owed tokens.\
\
The refresh frequency can be configured for each app and is by default set to 1 minute.

<figure><img src="/files/BPqb0b48PJpNYwKmJ0Nt" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://get-verso.gitbook.io/get-verso-launch-your-web3-app-faster/the-get-verso-stack/wallet-portfolio-balances-and-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.
