Skip to Content
APIDeep AnalysisGet Stablecoin Top Holders

Get Stablecoin Top Holders

1. Overview & Typical Use

Returns the top 50 stablecoin holders with their USDT, USDC, USDD, TUSD, and USDJ balances.

  • Typical use: display stablecoin whale rankings.
  • When not to use: to query a single account, use an account endpoint.

2. Endpoint & Authentication

GET /api/stableCoin/holder/top

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

3. Request

ParameterTypeRequiredDefaultDescription
viewContractintegerNo1Whether to include contract data. 1: include, 2: exclude
sortstringNoUSDTSort field: USDT, USDC, USDJ, USDD, or TUSD
directionintegerNo2Sort direction. 1: ascending, 2: descending

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
totalintegerRequiredNumber of records returned (fixed 50)
dataarrayRequiredHolder list
contractMapobjectRequiredAddress → whether the address is a contract
refreshTimeInfoobjectRequiredData refresh info; contains type ("realtime") and lastUpdateTime (seconds timestamp)

data[] element

FieldTypeRequiredDescriptionUnit/Precision
addressstringRequiredHolder address
addressTypeintegerRequiredAddress type
accountTagstringRequiredAccount label (empty string "" when no label)
usdtAmountnumberRequiredUSDT holdingsUSD
tusdAmountnumberOptionalTUSD holdings (returned only for accounts with non-zero TUSD)USD
usddAmountnumberOptionalUSDD holdings (returned only for accounts with non-zero USDD)USD
usdcoldAmountnumberOptionalUSDC holdings (returned only for accounts with non-zero USDC; field name ends with old from historical contract naming)USD
usdjAmountnumberOptionalUSDJ holdings (returned only for accounts with non-zero USDJ)USD

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: