# ETH/BTC Rotation Signal

> ETH/BTC Rotation Signal 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).

Delivers a live, evidence-backed ETH/BTC rotation signal with momentum analysis, provenance, and confidence scoring for AI agents and portfolio decision-makers.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eth-btc-rotation-signal
- 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/eth-btc-rotation-signal-f10a7b81
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WPSp7md0Csx7rdXxqi70T

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 eth-btc-rotation-signal-f10a7b81
```

Example prompt: Pull the live ETH/BTC rotation signal from Edge Agents right now — I want to know whether momentum and macro evidence favor rotating into ETH, and how confident the signal is.

## When to prefer this

Choose this endpoint when an AI agent or decision-maker needs a live, evidence-backed ETH/BTC rotation signal with explicit provenance, confidence scoring, and stated limitations rather than a raw price feed or unverified market opinion. It is especially valuable for autonomous agents that must justify allocation decisions with sourced, bounded intelligence rather than heuristics.

## Known failure modes

- Payment not received or USDC balance insufficient — endpoint returns HTTP 402 and no signal data
- Live data unavailable — report may indicate incomplete coverage or stale sources in the limitations field
- API timeout or upstream data provider failure — no JSON returned
- Malformed request — endpoint may return an error if required parameters are missing or malformed

## How this service works

Ethereum relative performance versus Bitcoin across live 24-hour and retained 1-hour/24-hour/7-day windows. Purpose: Detect ETH/BTC leadership changes while preserving insufficient-history states and avoiding trade instructions. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: signal quality status and confidence level, an analysis object with the asset family, momentum intents (e.g. 'momentum', 'rotation', 'evidence'), and a live findings summary, evidence metadata listing covered assets and policy, a signed provenance record from edge-agents.ai, a generatedAt timestamp, schema version, coverage limitations, and a disclaimer clarifying this is market research and not investment advice.

## 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": "ethereum",
   "intents": [
    "momentum",
    "rotation",
    "evidence"
   ],
   "summary": "Fresh ETH/BTC Rotation Signal findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC",
    "ETH"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eth-btc-rotation-signal",
  "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/eth-btc-rotation-signal-f10a7b81/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)
