🚀 Hive Top Holders Is Live: Track the Largest Holders in the Hive Ecosystem!
Hello everyone! Recently, I developed a brand-new Hive data tool, and today I’m excited to officially share it with the community — **Hive Top Holders** 🎉

In the Hive ecosystem, many people often wonder:
- Who holds the most **HIVE**?
- Who holds the largest amount of **HBD**?
- Which accounts own the most **Hive Power (HP)**?
- How much liquid balance, savings, or delegated HP does a specific account have?
In the past, finding this information often required calling APIs, writing scripts, or switching between multiple tools.
Now, with **Hive Top Holders**, you can access all of this information in a much more intuitive and efficient way.
---
## ✨ Key Features
### 💰 Support for Multiple Asset Rankings
Quickly switch between rankings for:
- **HIVE**
- **HBD**
- **VESTS / Hive Power (HP)**
Get a clear view of the top holders across different asset categories in the Hive ecosystem.

### 🏦 More Granular Balance Categories
In addition to total balances, you can filter by balance type:
- **Liquid Balance**
- **Savings Balance**
- and more asset dimensions
Perfect for deeper analysis.

### 📊 Modern and Smooth UI Experience
The app features a modern interface with:
- 🌙 Dark Mode / ☀️ Light Mode
- Smooth filtering and transition animations
- One-click conversion from **VESTS** to **HP**
Making data browsing more comfortable and intuitive.
### 🔍 Fast Filtering and Flexible Pagination
Supports:
- Real-time filtering by account name
- Custom number of accounts per page
- Quick jump to any page
Whether browsing the rankings or locating a specific account, it’s fast and convenient.

### 📋 One-Click Account Name Copy
Click the button next to any account to instantly copy the username for further use or lookup.
### 📈 View Complete Account Asset Details
Click on any username to open the **Account Details Panel**, where you can quickly view:
- Asset balances
- Savings balances
- Pending rewards
- Hive Power delegation details
- Current Voting Power
Helping you better understand an account’s asset structure at a glance.

## 🛠 Technical Implementation & Special Thanks
The application fetches data directly from the frontend and primarily relies on the following APIs:
### 1️⃣ `condenser_api.get_dynamic_global_properties`
Used to fetch Hive’s current global dynamic properties, allowing the frontend to accurately convert:
**VESTS → Hive Power (HP)**
### 2️⃣ `balance-api/top-holders`

The core data source for the ranking page.
Supports:
- Asset type filtering
- Sorting
- Pagination queries
This is one of the most important APIs powering the app.
### 3️⃣ `balance-api/accounts/{account}/balances`

Used to fetch complete asset details for a specific account, including:
- Various balances
- Savings
- Rewards
- Delegation data
This powers the “Account Details” feature.
## 🙏 Special Thanks to the @blocktrades Team
Special thanks to the **BlockTrades team** for developing and maintaining the powerful `balance-api
[…]