# Edge Agents AI Procurement Market Intelligence

> Edge Agents AI Procurement Market Intelligence 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 procurement market intelligence including cross-market analysis, risk signals, inflation, FX, and commodities data for sourcing and purchasing decisions.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/procurement-market-intelligence
- 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-ai-procurement-market-intelligence-d0ddce40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LNsEuql_oNxBI_acMXOO7

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-procurement-market-intelligence-d0ddce40
```

Example prompt: Pull the latest procurement market intelligence report from Edge Agents — I need the current cross-market risk assessment covering inflation, FX, and commodities for our sourcing team's decision this week.

## When to prefer this

Choose this endpoint when you need structured, evidence-backed procurement and sourcing market intelligence — specifically cross-market analysis covering inflation, FX, and commodities — with cryptographic provenance and confidence ratings. Prefer it over generic web search when you need a machine-readable, signed intelligence report suitable for automated decision pipelines, government procurement workflows, or supply chain risk systems. It is particularly suited for AI agents that need to justify sourcing decisions with traceable evidence rather than inferred data.

## Known failure modes

- Payment not processed — endpoint requires $0.01 USDC via x402 protocol; missing or invalid payment returns 402
- Report data may be unavailable or stale — dataStatus field indicates completeness
- Source freshness limitations disclosed within the report body
- Empty evidence assets array if no supporting data was available at generation time
- Service may return partial data with limitations noted in the limitations array

## 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: a quality assessment (status and confidence level), cross-market analysis summary with identified intents (risk, inflation, FX, commodities), evidence assets and policy stance, a signed provenance attestation from edge-agents.ai, generation timestamp, schema version, data completeness status, and a disclaimer clarifying the report is general market research and not investment advice. Coverage limitations are stated within each report.

## 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": "cross-market",
   "intents": [
    "risk",
    "evidence",
    "inflation",
    "fx",
    "commodities"
   ],
   "summary": "Fresh Procurement Market Intelligence findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "procurement-market-intelligence",
  "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-procurement-market-intelligence-d0ddce40/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)
