# OPENAPI Dashboard User Guide

## I. Overview

The OPENAPI Dashboard is designed to provide product teams, risk control personnel, and operations staff with comprehensive, real-time, and accurate data analytics. By clearly presenting key metrics and trends, it helps users identify potential issues, evaluate the effectiveness of risk controls, and supports product optimization, risk strategy adjustments, and operational decision-making.

## II. Core Features

The OPENAPI Dashboard offers the following core features:

* Displays overall trends and distribution of API call activities.
* Shows the volume and trend of alerts across different risk levels.
* Analyzes the distribution of risks and their severity across major chains.
* Provides real-time alerts for the latest addresses and transactions.
* Supports multiple time intervals for data queries (last 1 day, last 7 days).

## III. User Guide

### **1. Key Metrics Overview**

On the dashboard homepage, you can quickly review the following key indicators:

* **Total API Calls**: Total number of OPENAPI interface calls.
* **Today’s API Calls**: Number of API calls made on the current day.
* **Total Alerts**: Total number of triggered alerts.
* **Today’s Alerts**: Number of alerts triggered on the current day.

<figure><img src="/files/hNTKiumKkY9FHXHat8TE" alt=""><figcaption></figcaption></figure>

### **2. Time Range Filter**

You can filter chart data by different time ranges. Available options include:

* **Last 1 Day (default)**: Displays data from the past 24 hours.
* **Last 7 Days**: Displays data from the past seven days.

<figure><img src="/files/IGdw0PCEYFqsK37DYzt3" alt=""><figcaption></figcaption></figure>

### **3. Chart Modules**

**3.1 API Call Trends (Line Chart)**\
Displays the number of daily API calls. By default, it shows data from the past 14 days. The line chart provides a clear view of API usage trends.

<figure><img src="/files/ZExDHCbdASzERCsO7fTz" alt=""><figcaption></figcaption></figure>

**3.2 Risk Level Distribution (Pie Chart)**\
Displays the number of risk hits across the following levels: Severe, High, Medium, Low, and No Risk. The pie chart helps you quickly understand the proportion of each risk level.

<figure><img src="/files/9Egcp0jLflTEcMb8PpkJ" alt=""><figcaption></figcaption></figure>

**3.3 Risk Statistics by Mainnet (Stacked Bar Chart)**\
Shows the number of alerts across different mainnets, categorized by risk level. The stacked bar chart allows you to clearly observe how alerts are distributed by severity across chains.

<figure><img src="/files/6ynWTY2qEiEiZNLIsfNp" alt=""><figcaption></figcaption></figure>

**3.4 Daily Risk Hit Trends (Stacked Bar Chart)**\
Displays daily risk hit trends by risk level. By default, it shows data from the past 14 days. The stacked bar chart helps you track daily variations in alerts across different risk categories.

<figure><img src="/files/pYpW5gxbeIZzyRbaelyo" alt=""><figcaption></figcaption></figure>

### **4. Real-Time Scrolling Alert List**

At the bottom of the dashboard, a real-time scrolling list updates every 3 seconds, shows the latest 10 address/transaction alerts. Each record contains the following fields:

* **Alert Time**: Timestamp of the alert.
* **Address or Transaction Hash**: The address or transaction hash that triggered the alert.
* **Risk Type**: The type of risk detected.
* **Chain**: The chain where the alert occurred.
* **Risk Level**: The severity of the risk.

You can click on an alert record to navigate to the corresponding address/transaction detail page for more information.

<figure><img src="/files/wIQsjwLrsMwDO7uaa9lm" alt=""><figcaption></figcaption></figure>

If multiple risk types are included, click the icon ![](/files/M7uGnsV3b5HArJZiPJuz) to view all.

<figure><img src="/files/ge3mTJgcQeCqSdxwIJcy" alt=""><figcaption></figcaption></figure>

We hope this guide helps you successfully use the **OPENAPI Dashboard** feature in Trustformer KYT. If you have any questions or suggestions, please feel free to contact our customer support team.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.bokk.ltd/20250528/basic-feature-introduction/openapi-dashboard-user-guide.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.
