Merge pull request #117 from GMGNAI/fix/remove-bluechip-owner-stat-fields

fix(token): remove bluechip_owner_count and bluechip_owner_percentage from stat fields
This commit is contained in:
GMGN.AI
2026-04-24 15:23:21 +08:00
committed by GitHub
-2
View File
@@ -249,8 +249,6 @@ The response has five nested objects: `pool`, `dev`, `link`, `stat`, `wallet_tag
| Field | Description |
|-------|-------------|
| `stat.holder_count` | Number of holders (same as top-level `holder_count`) |
| `stat.bluechip_owner_count` | Number of bluechip wallet holders |
| `stat.bluechip_owner_percentage` | Ratio of holders that are bluechip wallets (01) |
| `stat.top_10_holder_rate` | Ratio of supply held by top 10 wallets (01) |
| `stat.dev_team_hold_rate` | Ratio held by dev team wallets |
| `stat.creator_hold_rate` | Ratio held by creator wallet |