info_platformmetrics_get_stablecoin_info
Stablecoin-only ranking or per-symbol chain breakdown. scope=full with sections=issuance_flow returns issuance_flows[] (CryptoQuant net issuance/redemption); sections=usage_structure returns real usage metrics; sections=depeg_events returns depeg events (stablecoin de-peg event library). Broad market dashboard→get_market_overview. Cross-sector rollup→get_defi_overview. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain filter; list mode restricts to stables with presence on chain. Extensions: all (default) or normalized chain e.g. ethereum/tron/solana/polygon. | |
| limit | No | List size; default 10, max 400; single row when symbol set. | |
| scope | No | basic (default)|full; full required for sections. | |
| symbol | No | Stablecoin symbol USDT/USDC/DAI/FDUSD/PYUSD; omit for ranked list or extension defaults. | |
| end_date | No | UTC YYYY-MM-DD; extension window end, default latest data date for usage_structure or today for issuance_flow/depeg_events. | |
| sections | No | Comma-separated string or array; supported values: issuance_flow, usage_structure, depeg_events when scope=full. | |
| start_date | No | UTC YYYY-MM-DD; extension window start, default last 30 days. depeg_events: default 2020-01-01. | |
| min_deviation | No | depeg_events only: filter events with max_deviation >= this value. Range 0.001-0.2, default 0.005. | |
| review_status | No | depeg_events only: candidate|approved|rejected; default approved (only returns reviewed events). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| count | Yes | ||
| items | Yes | ||
| limit | Yes | ||
| scope | No | ||
| total | Yes | ||
| symbol | Yes | ||
| end_date | No | ||
| start_date | No | ||
| duration_ms | Yes | ||
| depeg_events | No | ||
| min_deviation | No | ||
| issuance_flows | No | ||
| range_truncated | No | ||
| usage_structure | No |