Stablecoin User & Wallet Analytics: Active Wallets

This endpoint provides the number of active wallets holding stablecoins.

Endpoint

GET /data/stablecoins/active-wallets

Description

Returns the count of active wallets holding stablecoins over a given period.

Response Example

{
  "activeWallets": 120000
}

Stablecoin User & Wallet Analytics: Wallet Cohorting

This endpoint provides wallet cohorting for stablecoin holders (retail, institutional, exchange, DeFi smart contracts).

Endpoint

GET /data/stablecoins/wallet-cohorts

Description

Returns wallet cohort breakdown for stablecoin holders.

Response Example

{
  "retail": 90000,
  "institutional": 2000,
  "exchange": 300,
  "defiSmartContracts": 1500
}