# Blockchain Analytics report

{% embed url="<https://youtu.be/v1CecIByLrw>" %}

{% stepper %}
{% step %}

### Access Blockchain Analytics

Navigate to the [Blockchain Analytics](/ospree-api/blockchain-analytics.md) section by clicking on it in the left-hand navigation panel. This section serves as the starting point for generating comprehensive reports tailored to your needs.
{% endstep %}

{% step %}

### Select a Wallet

Select the wallet for which you want to generate a report. Upon selection, a dropdown menu will appear, displaying all relevant data linked to that wallet. This feature ensures that you have access to all necessary information before creating your report.
{% endstep %}

{% step %}

### Generate a Report

After reviewing the wallet information, click the **Generate Report** button in the bottom-left corner of the screen. This action will prompt the report generation process.

* **Choosing Data Types:** Select the specific data types you want to include in the report.
* **Setting Date Range:** Specify the date range to narrow down the report to the exact period you need.
  {% endstep %}

{% step %}

### Generate Report

When all selections are made, click on **Request** to generate the report.
{% endstep %}

{% step %}

### View and Download Report

To access your generated reports, go to the **Reports section** by clicking on it in the left-hand panel. Here, you’ll see a list of all your reports, ready for viewing and downloading. To download a specific report:

* Click on **Download** next to the desired report.
* Select your preferred format—either **CSV** or **JSON**—from the dropdown menu. Your report will begin downloading immediately
  {% endstep %}
  {% endstepper %}


---

# 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.ospree.io/dashboard/reporting-hub/blockchain-analytics-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.
