# Edge Agents AI – BTC Macro Outlook

> Edge Agents AI – BTC Macro Outlook is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns an evidence-backed Bitcoin macro and structural market outlook report, including liquidity, leverage, ETF flows, and positioning intelligence.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/btc-macro-outlook
- Price: $0.1/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-ai-btc-macro-outlook-c40c75c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RSMKova_YgvmAx0jZLj4C

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-ai-btc-macro-outlook-c40c75c8
```

Example prompt: Pull the latest evidence-backed Bitcoin macro and structural outlook from Edge Agents — I want to know the current confidence rating, key intent signals like liquidity and leverage, and the overall macro summary for BTC.

## When to prefer this

Choose this endpoint when an agent or user needs a current, evidence-backed, structured Bitcoin macro intelligence report with explicit confidence ratings and sourced signals — particularly when liquidity, leverage, ETF flow, and positioning context all matter together. Prefer over raw price feeds or generic crypto news APIs when the use case requires interpretive macro synthesis with provenance. Best suited for investment decision support, portfolio monitoring, or agent-driven macro briefings where accountability and source transparency matter.

## Known failure modes

- Payment not settled — x402 payment rail transaction fails or is rejected, returning a 402 Payment Required error
- Invalid or missing authentication/payment header — request not authorized to access paid content
- Service temporarily unavailable — upstream data sources or report generation pipeline down
- Stale or incomplete data — report may note coverage gaps or source freshness limitations within the response body
- Rate limiting — too many requests from the same client in a short window

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A structured JSON report containing: an overall quality status and confidence rating (e.g. 'strong'/'high'), a macro and structural analysis summary covering Bitcoin with tagged intent signals (liquidity, leverage, rotation, ETF, positioning, forecast), evidence provenance including data sources and point-in-time policy, a signed issuer attestation, generation timestamp, schema version, and a disclaimer that the report 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": "bitcoin",
   "intents": [
    "liquidity",
    "leverage",
    "rotation",
    "etf",
    "evidence",
    "forecast",
    "positioning"
   ],
   "summary": "Fresh BTC Macro & Structural Outlook findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "btc-macro-outlook",
  "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-ai-btc-macro-outlook-c40c75c8/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)
