# Edge Agents Altcoin Rotation Radar

> Edge Agents Altcoin Rotation Radar 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 altcoin rotation analysis with momentum signals, asset coverage, provenance, and market intelligence for crypto portfolio decision-making.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/altcoin-rotation
- 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-altcoin-rotation-radar-7370aa32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W6U0sTX09hyRN9gcBQ9xp

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-altcoin-rotation-radar-7370aa32
```

Example prompt: Can you pull the latest Altcoin Rotation Radar from Edge Agents and tell me which assets are showing momentum, what the rotation confidence level is, and whether there are any contradictions in the evidence?

## When to prefer this

Choose this endpoint when you need evidence-backed, signed, and provenance-tracked altcoin rotation intelligence rather than raw price feeds or generic sentiment scores. It is ideal for autonomous agents or strategy teams that require bounded decisions with stated contradictions and source traceability, not just a price ticker. Prefer it over generic crypto APIs when the consumer needs a confidence level, a limitations disclosure, and a signed provenance record alongside the market signal.

## Known failure modes

- Payment not received — returns HTTP 402 requiring USDC micropayment before data is served
- Stale or incomplete data — dataStatus field may indicate incomplete coverage with limitations listed explicitly
- Low confidence signal — quality.confidence may return 'low' if evidence is thin or contradictory
- No altcoin rotation data available — analysis summary may be empty if live report is unavailable
- Invalid or malformed request — API may return error if required parameters are missing

## How this service works

Detects whether major altcoins are broadly outperforming Bitcoin and identifies the rotation leader. Purpose: Measure evidence of capital rotating between Bitcoin and major altcoins. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON report containing a quality status and confidence level, an analysis object with asset family, rotation intents (e.g. momentum, rotation, evidence), and a human-readable summary, an evidence block listing covered assets, policy stance, and source provenance, a signed provenance record with issuer URL, a generatedAt timestamp, a dataStatus field, schema version, and a disclaimer clarifying this is general 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": "altcoins",
   "intents": [
    "momentum",
    "rotation",
    "evidence"
   ],
   "summary": "Fresh Altcoin Rotation Radar findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC"
   ],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "altcoin-rotation",
  "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-altcoin-rotation-radar-7370aa32/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)
