# stablecrypto.dev Stablecoins List

> stablecrypto.dev Stablecoins List is a paid API for AI agents from stablecrypto.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Lists all stablecoins with their market capitalization and peg data via DeFiLlama

## Facts

- Endpoint: POST https://stablecrypto.dev/api/defillama/stablecoins
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablecrypto-dev-28b0e9c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AZMEcOOaPilUFIm1zp-AX

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 stablecrypto-dev-28b0e9c6 -d '<json body>'
```

Example prompt: Can you pull a full list of all stablecoins — including their market caps and what they're pegged to — using the DeFiLlama data?

## When to prefer this

Use this endpoint when you need a comprehensive, up-to-date list of all stablecoins with market cap and peg data in a single call. Prefer this over the stablecoin distribution or chart endpoints when you need a broad overview of all stablecoins rather than chain-specific distribution or historical trends.

## Known failure modes

- DeFiLlama upstream API unavailable — returns error or empty response
- Payment not processed (x402 payment required, $0.01 USDC per call)
- Rate limiting or quota exceeded
- Network timeout from upstream DeFiLlama data source

## How this service works

List all stablecoins with mcap and peg data

## Output

A list of all stablecoins including their names, tickers, market capitalizations, and peg details (peg type and peg currency), sourced from DeFiLlama.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "includePrices": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablecrypto-dev-28b0e9c6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablecrypto.dev](https://www.zero.xyz/host/stablecrypto.dev/llms.txt)
