Skip to Content
APIDeep AnalysisGet Stablecoin Issuance Change

Get Stablecoin Issuance Change

1. Overview & Typical Use

Returns the total supply change trend for all stablecoins within a specified time range.

  • Typical use: plotting a stablecoin issuance change trend chart.
  • When not to use: to query the circulation trend for a single stablecoin, use “Get Stablecoin Circulation Trend”.

2. Endpoint & Authentication

GET /api/stableCoin/totalSupply/change

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

3. Request

ParameterTypeRequiredDefaultDescription
startTimeintegerNoStart time in seconds
endTimeintegerNoCurrent timeEnd time in seconds

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
statisticsarrayRequiredDaily supply change list

statistics[] element

FieldTypeRequiredDescriptionUnit/Precision
dateintegerRequiredDate timestampSeconds
totalstringRequiredTotal supply of all stablecoins for that day (smallest unit)
categoryarrayRequiredPer-token supply details

category[] element

FieldTypeRequiredDescriptionUnit/Precision
datestringRequiredDateyyyy-MM-dd
tokenNamestringRequiredToken name
addressstringRequiredToken contract address
decimalintegerRequiredToken decimals
totalSupplystringRequiredToken total supply (smallest unit)

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: