Skip to Content
APIDeep AnalysisGet Stablecoin Holder Count Change

Get Stablecoin Holder Count Change

1. Overview & Typical Use

Returns how the number of holders for each stablecoin has changed over a specified date range, broken down by token category.

  • Typical use: draw stablecoin holder count trend charts; compare USDT/USDC/USDD growth.
  • When not to use: for balance distribution data use “Get Stablecoin Holder Balance Overview”.

2. Endpoint & Authentication

GET /api/stableCoin/holder/change

For Base URL and authentication, see Common Network & Authentication.

3. Request

ParameterTypeRequiredDefaultDescription
startDaystringNo30 days agoStart date (format: YYYY-MM-DD); earliest: 2020-12-11
endDaystringNoToday (UTC)End date (format: YYYY-MM-DD); must not be earlier than startDay

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
statisticsarrayRequiredDaily holder count by token
latestarrayRequiredLatest holder count snapshot by token
totalHolderstringRequiredTotal holder count across all stablecoins

statistics[] element

FieldTypeRequiredDescriptionUnit/Precision
dateintegerRequiredDate timestampSecond timestamp
aggrHolderstringRequiredAggregate holder count for this date
categoryarrayRequiredPer-token breakdown

statistics[].category[] element

FieldTypeRequiredDescriptionUnit/Precision
tokenNamestringRequiredToken name
tokenAddressstringRequiredToken contract address
holderNumstringRequiredHolder count for this token on this date
datestringRequiredDate (format: YYYY-MM-DD)

latest[] element

FieldTypeRequiredDescriptionUnit/Precision
tokenNamestringRequiredToken name
tokenAddressstringRequiredToken contract address
holderNumintegerRequiredCurrent holder count

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • General error handling rules apply; no special error scenarios.
Last updated on: