Skip to Content
APIDeep AnalysisGet Stablecoin Overview

Get Stablecoin Overview

1. Overview & Typical Use

Returns market cap, holder count, total supply, 24-hour transfer count, and 24-hour liquidity data for a specified stablecoin.

  • Typical use: stablecoin overview page data, market cap and activity metrics.
  • When not to use: to query historical supply changes, use “Get All Stablecoin Issuance Change Chart”.

2. Endpoint & Authentication

GET /api/stableCoin/overview

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

3. Request

ParameterTypeRequiredDefaultDescription
tokenAddressstringNoStablecoin contract address; if omitted, returns aggregated data for all stablecoins

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
dataobjectRequiredStablecoin statistics, see below
refreshTimeInfoobjectRequiredData refresh info, contains type ("realtime") and lastUpdateTime (Unix timestamp in seconds)

data object

FieldTypeRequiredDescriptionUnit/Precision
marketCapstringRequiredMarket capUSD
holderCntstringRequiredNumber of holders
supplystringOptionalTotal supply (only present when tokenAddress is provided)USD
transferCntIn24hstringRequired24-hour transfer count
transferCntIn24hChangestringRequired24-hour transfer count change rateDecimal (positive = growth, negative = decline)
liquidityIn24hstringRequired24-hour liquidityUSD
liquidityIn24hChangestringRequired24-hour liquidity change rateDecimal

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • Empty result is not an error: when no data exists, an empty data object is returned as a normal response.
Last updated on: