# Edge Agents Stablecoin Observed Market Share

> Edge Agents Stablecoin Observed Market Share is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns evidence-backed, provenance-signed stablecoin observed market share data with confidence ratings, source coverage, and bounded analysis for strategic decision-making.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/stablecoin-observed-market-share
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-stablecoin-observed-market-share-dc088835
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xS-61RNAexS24CPY8CLJT

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 edge-agents-stablecoin-observed-market-share-dc088835
```

Example prompt: Pull the latest observed stablecoin market share report from Edge Agents — I need the confidence rating, evidence sources, and a summary of how supply is currently distributed across major stablecoins, with provenance verification included.

## When to prefer this

Choose this endpoint when you need provenance-signed, evidence-bounded stablecoin market share data with explicit confidence ratings and stated limitations — particularly for high-stakes strategic decisions by CEOs, CFOs, or autonomous agents where data traceability and verification matter. Prefer this over generic crypto data APIs when you need contradiction-aware, audit-ready research rather than raw price feeds or unverified aggregates.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns HTTP 402 requiring x402 payment
- Data temporarily unavailable — dataStatus field may indicate incomplete coverage
- Stale or low-confidence evidence — confidence field may reflect 'low' if source freshness is insufficient
- Network or service outage — standard HTTP 5xx errors
- Schema version mismatch — agents expecting v1 schema may encounter v2 structure

## How this service works

Current nominal supply share across the stablecoins and chains Edge Agents directly observes, explicitly not a full-market stablecoin market-cap share. Purpose: Show concentration inside the observed stablecoin supply universe without implying complete global stablecoin coverage or verified USD market value. 10-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A signed JSON report containing: overall data quality status and confidence level (e.g. 'strong'/'high'), an analysis object with asset family, intents, and narrative summary of stablecoin supply share, an evidence block listing source assets and point-in-time policy, provenance metadata with issuer URL and signed flag, a generatedAt timestamp, schema version, and a disclaimer clarifying this is market research not investment advice. Limitations on coverage and source freshness are explicitly stated within the report.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "stablecoins",
   "intents": [
    "supply",
    "evidence",
    "yield"
   ],
   "summary": "Fresh Stablecoin Observed Supply Share findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "stablecoin-observed-market-share",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-stablecoin-observed-market-share-dc088835/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
