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
Fields
No parameters required.
4. Response
Fields
Top-level
| Field | Type | Required | Description | Unit/Precision |
|---|---|---|---|---|
data | array | Required | Per-stablecoin supply list | — |
refreshTimeInfo | object | Required | Data refresh info, contains type ("realtime") and lastUpdateTime (Unix timestamp in seconds) | — |
data[] element
| Field | Type | Required | Description | Unit/Precision |
|---|---|---|---|---|
tokenName | string | Required | Token name | — |
address | string | Required | Token contract address | — |
totalSupply | string | Required | Total supply (smallest unit) | Divide by 10^tokenDecimal |
tokenDecimal | integer | Required | Token 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: