# Edge Agents BTC Dominance Pulse

> Edge Agents BTC Dominance Pulse 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-14).

Returns evidence-backed Bitcoin dominance analysis with macro context, rotation signals, provenance, and confidence ratings for decision-makers and autonomous agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/btc-dominance-pulse
- 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/edge-agents-btc-dominance-pulse-7a3762b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qKOBvyK7RMCNlNdflDNH0

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-btc-dominance-pulse-7a3762b4
```

Example prompt: What's the current BTC dominance pulse from Edge Agents — is the signal strong or weak, and are there any rotation or policy evidence flags I should know about?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, signed assessment of Bitcoin dominance with explicit provenance and contradiction flagging — especially for autonomous agents or business decision-makers who require auditable, bounded intelligence rather than raw price data or unattributed market commentary. Prefer it over generic crypto data APIs when source verification, confidence scoring, and policy context matter to the downstream decision.

## Known failure modes

- Payment not received or insufficient USDC — 402 response requiring x402 payment
- Live data temporarily unavailable — dataStatus may reflect incomplete coverage
- Source freshness degraded — limitations field will explicitly state coverage gaps
- Malformed or missing required parameters — likely returns 400 or empty properties
- Service downtime — generic 5xx response with no analysis payload

## How this service works

Bitcoin market-cap share within the six-asset Edge Agents tracked universe, with explicit scope and breadth context. Purpose: Measure whether Bitcoin is gaining or losing share within the tracked liquid-asset universe without presenting the result as full-market BTC dominance. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality block (status e.g. 'strong', confidence level), an analysis block (asset family, intent signals like 'rotation', narrative summary), an evidence block (assets covered, policy stance, sources), provenance metadata (issuer URL, signed flag), generatedAt timestamp, dataStatus, schemaVersion, limitations list, and a regulatory disclaimer. All data is sourced from live reports, not inferred from examples.

## 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": "bitcoin",
   "intents": [
    "rotation",
    "evidence"
   ],
   "summary": "Fresh BTC Dominance Pulse findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC"
   ],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "btc-dominance-pulse",
  "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-btc-dominance-pulse-7a3762b4/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)
