Skip to Content
APIDeep AnalysisGet Stablecoin Total Circulation

Get Stablecoin Total Circulation

1. Overview & Typical Use

Returns the current total supply of USDT, USDD, TUSD, USDC, and USDJ.

  • Typical use: retrieving the latest total supply data for each stablecoin.
  • When not to use: to query supply change trends, use “Get Stablecoin Issuance Change”.

2. Endpoint & Authentication

GET /api/stableCoin/totalSupply

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

3. Request

No parameters required.

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
dataarrayRequiredPer-stablecoin supply list
refreshTimeInfoobjectRequiredData refresh info, contains type ("realtime") and lastUpdateTime (Unix timestamp in seconds)

data[] element

FieldTypeRequiredDescriptionUnit/Precision
tokenNamestringRequiredToken name
addressstringRequiredToken contract address
totalSupplystringRequiredTotal supply (smallest unit)Divide by 10^tokenDecimal
tokenDecimalintegerRequiredToken decimals

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: