Stablecoin Holder Concentration

This endpoint provides data on stablecoin holder concentration (whales, top 10/100 wallets).

Endpoint

GET /data/stablecoins/holder-concentration

Description

Returns the share of stablecoins held by the top 10 and top 100 wallets.

Response Example

{
  "top10": 0.35,
  "top100": 0.60
}

Stablecoin User Analytics: New Holders Per Period

This endpoint provides the number of new stablecoin holders per period.

Endpoint

GET /data/stablecoins/new-holders

Description

Returns the count of new stablecoin holders for a given period.

Response Example

{
  "period": "2025-09-01",
  "newHolders": 5000
}

Dormant vs Active Stablecoin Wallets

This endpoint provides the breakdown of dormant vs active wallets holding stablecoins.

Endpoint

GET /data/stablecoins/dormant-active

Description

Returns the number of dormant and active wallets holding stablecoins.

Response Example

{
  "dormant": 20000,
  "active": 100000
}