# AgenticFi Stablecoin Stats

> AgenticFi Stablecoin Stats is a paid API for AI agents from defi-api.agenticfi.wtf, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns on-chain statistics and metrics for stablecoins across DeFi protocols

## Facts

- Endpoint: GET https://defi-api.agenticfi.wtf/api/defi/stablecoin-stats
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenticfi-stablecoin-stats-ebefd168
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8shsVSAQUWOcXMrNLpnXo

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 agenticfi-stablecoin-stats-ebefd168
```

Example prompt: Can you pull the latest on-chain stablecoin stats — things like total supply, liquidity, and peg health — for the major stablecoins across DeFi?

## When to prefer this

Use this endpoint when you need structured, pay-per-call on-chain stablecoin metrics without committing to a subscription. Ideal for AI agents that need stablecoin supply, liquidity, or peg data as part of a DeFi workflow, portfolio analysis, or market monitoring task on Base.

## Known failure modes

- 402 Payment Required if x402 payment header is missing or insufficient
- Invalid or malformed properties parameter returns 400
- Stablecoin not found or unsupported returns empty result or 404
- Network timeout if on-chain data source is slow
- Rate limiting if called too frequently

## How this service works

Stablecoin market caps, peg deviations, circulating supply by chain

## Output

Returns on-chain statistics for stablecoins, likely including total supply, circulating amounts, liquidity across protocols, peg stability metrics, and possibly per-protocol breakdowns. Delivered as structured JSON at $0.001 USDC per call via x402 on Base.

## Example request

```json
{
 "properties": "market_cap,volume,holders"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenticfi-stablecoin-stats-ebefd168/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-api.agenticfi.wtf](https://www.zero.xyz/host/defi-api.agenticfi.wtf/llms.txt)
