list_stablecoins
Get a list of stablecoins ranked by market cap with details like price, circulating supply, and optional chain distribution. Useful for comparing stablecoin sizes and tracking peg health.
Instructions
List stablecoins ranked by current circulating market cap.
Use for "what are the biggest stablecoins?", "is USDT or USDC bigger?",
"where is USDC issued (which chains)?", or to track peg health
(price field shows the current oracle price).
Args:
limit: Number of stablecoins to return (1..200).
include_chain_breakdown: If true, includes a chainCirculating map
of supply per chain. If false, drops it to keep the response
small (the breakdown for the top stablecoins is verbose).
Returns:
Array of stablecoin summaries with id, name, symbol, pegType,
pegMechanism, price, circulating, circulatingPrevDay,
circulatingPrevWeek, circulatingPrevMonth, chains, and
(optionally) chainCirculating. The id field is what
get_stablecoin_detail would accept (DefiLlama internal id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| include_chain_breakdown | No |