# StablecoinPulse Market Snapshot

> StablecoinPulse Market Snapshot is a paid API for AI agents from stablecoinpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Returns a real-time dashboard snapshot of the stablecoin market including total market cap, top 7-day movers, chain distribution shares, and recent launches, sourced from DeFiLlama.

## Facts

- Endpoint: POST https://stablecoinpulse.theaslangroupllc.com/api/snapshot
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablecoinpulse-market-snapshot-9ca07354
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_djOisgVl1pVJGrPIvTTdH

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 stablecoinpulse-market-snapshot-9ca07354 -d '<json body>'
```

Example prompt: Give me a full stablecoin market snapshot — total market cap, which stablecoins moved the most over the last 7 days, how supply is split across chains, and any coins that launched recently.

## When to prefer this

Use this endpoint when you need a broad, market-wide stablecoin dashboard in a single call — covering market cap, movers, chain distribution, and new launches together. Prefer it over building custom DeFiLlama queries when you want a pre-aggregated, ready-to-display snapshot without additional processing.

## Known failure modes

- Payment not included or insufficient (402 Payment Required)
- Upstream DeFiLlama data unavailable, causing stale or empty response
- Rate limit exceeded if called too frequently
- Network timeout if DeFiLlama aggregation is slow

## Output

A deterministic aggregated snapshot containing: total stablecoin market capitalization, a ranked list of the top 7-day price/supply movers, a breakdown of stablecoin supply share by blockchain, and a list of recently launched stablecoins — all cited to DeFiLlama data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablecoinpulse-market-snapshot-9ca07354/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablecoinpulse.theaslangroupllc.com](https://www.zero.xyz/host/stablecoinpulse.theaslangroupllc.com/llms.txt)
