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
Fields
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
startTime | integer | No | — | Start time in seconds |
endTime | integer | No | Current time | End time in seconds |
4. Response
Fields
Top-level
| Field | Type | Required | Description | Unit/Precision |
|---|---|---|---|---|
statistics | array | Required | Daily supply change list | — |
statistics[] element
| Field | Type | Required | Description | Unit/Precision |
|---|---|---|---|---|
date | integer | Required | Date timestamp | Seconds |
total | string | Required | Total supply of all stablecoins for that day (smallest unit) | — |
category | array | Required | Per-token supply details | — |
category[] element
| Field | Type | Required | Description | Unit/Precision |
|---|---|---|---|---|
date | string | Required | Date | yyyy-MM-dd |
tokenName | string | Required | Token name | — |
address | string | Required | Token contract address | — |
decimal | integer | Required | Token decimals | — |
totalSupply | string | Required | Token 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: