# Unifi Report

- [Unifi.Report API Docs](https://docs.unifiprotocol.com/unifi-report/api-docs.md): Documentation for Unifi Report public API endpoints.
- [Graphs](https://docs.unifiprotocol.com/unifi-report/api-docs/graphs.md): API endpoints for the various charts and graphs displayed on Unifi Report.
- [Account Page Graph data](https://docs.unifiprotocol.com/unifi-report/api-docs/graphs/account-page-graph-data.md): The amount of unique and total accounts that have interacted with the Unifi Protocol over a given time period.
- [Details Page Graphs](https://docs.unifiprotocol.com/unifi-report/api-docs/graphs/detail-page-graphs.md): Details regarding specific uPairs on uTrade, including USD value of liquidity.
- [Total Volume and Liquidity](https://docs.unifiprotocol.com/unifi-report/api-docs/graphs/total-volume-and-liquidity.md): Total volume and liquidity on a given blockchain on uTrade.
- [UP Token Stats](https://docs.unifiprotocol.com/unifi-report/api-docs/graphs/up-graph-data.md): Historical data on UP token.
- [Current UP Token Stats](https://docs.unifiprotocol.com/unifi-report/api-docs/graphs/up-graph-data/up-graph-grouped.md): Live data on UP token on each blockchain.
- [List Smart Contracts](https://docs.unifiprotocol.com/unifi-report/api-docs/list-smart-contracts-data-of-today.md): For compiling a table of data from the Unifi Protocol.
- [Transactions](https://docs.unifiprotocol.com/unifi-report/api-docs/transactions.md): Data regarding transactions occurring on uTrade.
- [List of Transactions](https://docs.unifiprotocol.com/unifi-report/api-docs/transactions/list-transactions.md): The list of transactions that have occurred on uTrade.
- [Details Page for Transactions](https://docs.unifiprotocol.com/unifi-report/api-docs/transactions/detail-transaction.md): Details regarding transactions occurring on uTrade, such as which assets were traded.
- [Accounts](https://docs.unifiprotocol.com/unifi-report/api-docs/accounts.md)


---

# 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.unifiprotocol.com/unifi-report.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.
