# DefiLlama Stablecoin Market Cap by Chain

> DefiLlama Stablecoin Market Cap by Chain is a paid API for AI agents from defillama.use.x402atlas.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current total stablecoin circulating supply (market cap) broken down by blockchain network.

## Facts

- Endpoint: GET https://defillama.use.x402atlas.com/stablecoin-chains
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defillama-stablecoin-market-cap-by-chain-60c91bbb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UT2DqCxuqq4-KPqb1QmSA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability defillama-stablecoin-market-cap-by-chain-60c91bbb
```

Example prompt: Which blockchain currently has the highest total stablecoin circulating supply, and how does it compare to Ethereum, Solana, and Tron? Pull the latest data from DefiLlama's stablecoin chain breakdown.

## When to prefer this

Use this endpoint when you need a snapshot of total stablecoin circulating supply per chain — ideal for cross-chain comparisons, DeFi market analysis, or monitoring stablecoin liquidity distribution. Prefer this over the historical stablecoin endpoint when you need current data only, and over the stablecoin detail endpoint when you want an aggregate view across all stablecoins rather than a single asset.

## Known failure modes

- Payment not completed — endpoint returns 402 if x402 payment header is missing or invalid
- DefiLlama upstream unavailable — may return 503 or timeout if DefiLlama API is down
- Empty or stale data — DefiLlama may return incomplete chain data during indexing gaps
- Rate limiting — repeated calls without valid payment may be rejected

## How this service works

Stablecoin market cap by chain from DefiLlama — current total stablecoin circulating supply per chain.

## Output

A list of blockchain networks each paired with their current total stablecoin circulating supply in USD, aggregated across all stablecoins tracked by DefiLlama on that chain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "name": "Ethereum",
    "totalCirculatingUSD": {
     "peggedUSD": 80000000000
    }
   }
  ],
  "queried_at": "2026-07-01T12:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defillama-stablecoin-market-cap-by-chain-60c91bbb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defillama.use.x402atlas.com](https://www.zero.xyz/host/defillama.use.x402atlas.com/llms.txt)
