# Edge Agents AI — Agent-Commerce Market Regime Intelligence

> Edge Agents AI — Agent-Commerce Market Regime Intelligence 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-14).

Returns evidence-backed macro and market regime analysis for the agent-commerce sector, including cycle position, cross-market family classification, and forward-looking forecasts.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/agent-commerce-regime
- Price: $0.1/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-agent-commerce-market-regime-intelligence-37bd41ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NvKUhRmh258PzWK6tq5j3

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-agent-commerce-market-regime-intelligence-37bd41ce
```

Example prompt: Pull the latest agent-commerce market regime report from Edge Agents — I need to know the current cycle phase, confidence level, and whether the policy stance is risk-on or mixed before I make any allocation decisions.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, signed macro regime classification specifically for the AI agent-commerce sector — including cycle phase, cross-market family, and policy stance — rather than general financial market data, raw news feeds, or broad economic indicators. Ideal for AI agents, investment decision-makers, or procurement teams needing a single authoritative regime signal with provenance for the agent economy.

## Known failure modes

- Payment not received or insufficient USDC — HTTP 402 returned, report not delivered
- Service temporarily unavailable — no regime data returned
- Data status incomplete — report returned but evidence sources limited or coverage gaps noted in limitations field
- Stale or delayed generation timestamp — report may not reflect latest market conditions
- Schema version mismatch — caller expecting older schema may encounter unrecognized fields

## How this service works

Agent-Commerce Market Regime. Evaluates the quality, disagreement, transmission, composition or verification of Edge intelligence itself. Purpose: Increase the defensibility of downstream decisions by making evidence quality and model limitations machine-readable. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: quality status and confidence rating; cross-market family classification with cycle intents (evidence, cycle, forecast) and a narrative summary; evidence section listing relevant assets and policy stance; service ID and data status; signed provenance from edge-agents.ai; generation timestamp; schema version (2.0); and disclaimers and coverage limitations. The report is described as a live, freshly-generated market regime finding — not a static example.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "description": "No parameters are required. The report is generated from fresh eligible evidence at purchase time.",
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "serviceId",
      "generatedAt",
      "dataStatus",
      "analysis"
     ],
     "properties": {
      "quality": {
       "type": "object",
       "description": "Evidence-quality assessment; not probability of profit."
      },
      "analysis": {
       "type": "object",
       "description": "Product-specific findings calculated from eligible evidence."
      },
      "evidence": {
       "type": "object",
       "description": "Observed evidence, providers, timestamps and source lineage supporting the analysis."
      },
      "reportId": {
       "type": "string",
       "description": "Product report identifier when the service exposes one."
      },
      "serviceId": {
       "type": "string",
       "const": "agent-commerce-regime"
      },
      "dataStatus": {
       "enum": [
        "complete",
        "partial",
        "unavailable"
       ],
       "type": "string",
       "description": "Completeness of eligible evidence used by the live report."
      },
      "deliveryId": {
       "type": "string",
       "description": "Unique delivery identifier returned after a successful paid request."
      },
      "disclaimer": {
       "type": "string"
      },
      "provenance": {
       "type": "object",
       "description": "Issuer and signature/verification status when available."
      },
      "generatedAt": {
       "type": "string",
       "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}:\\d{2})$",
       "description": "RFC3339 date-time timestamp."
      },
      "limitations": {
       "type": "array",
       "items": {
        "type": "string"
    
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-ai-agent-commerce-market-regime-intelligence-37bd41ce/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)
