# x402-endpoints Market Intelligence Report

> x402-endpoints Market Intelligence Report is a paid API for AI agents from x402-endpoints.onrender.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns a synthesized AI market intelligence report covering cross-exchange crypto derivatives (funding rates, open interest, long/short ratios) and euro-area macro data (ECB rates, inflation, unemployment, EUR FX), fused into directional signals, outlook, risks, and opportunities.

## Facts

- Endpoint: GET https://x402-endpoints.onrender.com/market/intel
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-endpoints-market-intelligence-report-cd11e75e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j1UMmrnV7cTYxE-iXphiP

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 x402-endpoints-market-intelligence-report-cd11e75e
```

Example prompt: Give me a full market intel report covering crypto derivatives — funding rates, open interest, long/short ratios across exchanges — plus the euro-area macro snapshot with ECB rates and inflation, and synthesize it all into directional signals, risks, and opportunities. Use deep mode to include SOL and more web signals.

## When to prefer this

Choose this endpoint when you need a single-call, multi-source market intelligence brief fusing crypto derivatives data (funding, OI, long/short) with euro-area macro indicators (ECB, EUR FX, unemployment) into a synthesized outlook. Prefer over scraping individual exchange APIs or macro data sources separately when you need a pre-synthesized, AI-readable report with directional signals for trading or research agents.

## Known failure modes

- External data source unavailability causes partial or stale data in report
- Payment of 0.1 USDC not received — 402 response blocking access
- Invalid depth or focus query parameter value returns error or defaults
- Render.com cold start causes timeout on first call after idle period
- Deep mode with extra web signals may time out under high load

## How this service works

AI market intelligence report in one call for research and trading agents: cross-exchange perp derivatives (funding, open interest, long/short), fused directional signals and the euro-area macro snapshot (ECB inflation, policy rates, unemployment, EUR FX) synthesized into a headline, crypto and macro outlook, key signals, risks and opportunities. Multi-source market research report with a crypto + macro/EU lens.

## Output

A structured multi-section market research report containing: a headline summary, crypto outlook (with cross-exchange perp funding rates, open interest, long/short ratios), macro outlook (ECB inflation, policy rates, unemployment, EUR FX), fused directional signals, key risks, and opportunities — all synthesized into a single AI-generated intelligence brief.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "depth": {
       "type": "string",
       "description": "quick | deep — deep adds SOL and more web signals (default quick)"
      },
      "focus": {
       "type": "string",
       "description": "crypto | macro | all (default all)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "macro": {
    "indicators": {
     "deposit_facility_rate": {
      "as_of": "2026-06-26",
      "value": 2
     }
    }
   },
   "signals": {
    "BTC": {
     "verdict": "NEUTRAL"
    }
   },
   "derivatives": {
    "BTC": {
     "aggregate": {
      "crowding": "balanced"
     }
    }
   }
  },
  "error": null,
  "query": {
   "depth": "quick",
   "focus": "all",
   "symbols": [
    "BTC",
    "ETH"
   ]
  },
  "cached": false,
  "report": {
   "mode": "llm",
   "risks": [
    "Thin summer liquidity"
   ],
   "headline": "Perp funding cools as ECB holds; crypto bias mixed.",
   "key_signals": [
    {
     "signal": "ETH funding positive",
     "implication": "mild contrarian caution"
    }
   ],
   "macro_outlook": {
    "notes": "ECB rates on hold; HICP near target.",
    "stance": "neutral"
   },
   "opportunities": [
    "Funding-arb between venues"
   ],
   "crypto_outlook": {
    "bias": "neutral",
    "notes": "Funding and crowding near balanced across venues."
   },
   "market_summary": "BTC/ETH funding is mildly positive with balanced long/short; the ECB deposit rate is steady, keeping macro neutral."
  },
  "source": "Multi-source: perp derivatives + signal fusion + ECB macro + web + Claude Haiku",
  "timestamp": "2026-07-02T12:00:00Z",
  "disclaimer": "Synthesized market intelligence from public market data and web signals. Informational, not investment advice.",
  "provenance": {
   "sources": [
    {
     "url": "https://example.com",
     "title": "Crypto market today"
    }
   ],
   "internal": [
    "Binance/Bybit/OKX/Hyperliquid perp derivatives",
    "Cross-exchange signal fusion",
    "ECB SDMX macro"
   ],
   "synthesis": "Claude Haiku"
  },
  "data_freshness": {
   "mode": "llm",
   "as_of": "2026-07-02T12:00:00Z",
   "sources": [
    "perp derivatives",
    "signal fusion",
    "ECB macro",
    "web",
    "Haiku"
   ],
   "live_web": true,
   "age_seconds": 0,
   "retrieved_at": "2026-07-02T12:00:00Z",
   "deterministic": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-endpoints-market-intelligence-report-cd11e75e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-endpoints.onrender.com](https://www.zero.xyz/host/x402-endpoints.onrender.com/llms.txt)
