# Midax402 x402 Ecosystem Intelligence

> Midax402 x402 Ecosystem Intelligence is a paid API for AI agents from api.midas-ops.com, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).

Answers natural language questions about the x402 payment protocol ecosystem including facilitators, agent commerce, Base network activity, and market trends

## Facts

- Endpoint: GET https://api.midas-ops.com/midas-ops/basic
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-midas-ops-com-2d7be788
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TTCSKZxUX99qpgqF9ghtu

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 api-midas-ops-com-2d7be788
```

Example prompt: Can you give me an intelligence briefing on the x402 ecosystem — specifically which facilitators are most active on Base, what services are using x402 payments, and what the current agent commerce trends look like?

## When to prefer this

Use this endpoint when you need specialized intelligence about the x402 payment protocol ecosystem, including facilitator discovery, agent commerce patterns on Base, infrastructure analysis, or market trends — especially when building or operating x402-enabled services or AI agents that need to understand the payment landscape.

## Known failure modes

- Vague or out-of-scope query returns low-confidence or generic response
- Query about non-x402 topics may return no useful result
- Service unavailability returns HTTP error or payment failure
- Payment of 0.5 USDC not processed results in 402 response
- Query too broad may return summarized rather than detailed intelligence

## How this service works

Midax402: x402 ecosystem intelligence — protocols, facilitators, services, market trends, and agent commerce on Base.

## Output

Returns an intelligence report answering the queried aspect of the x402 ecosystem, potentially including protocol mechanics, facilitator listings, service directories, market trend analysis, agent commerce activity, and CDP/Base network data relevant to the query.

## Example request

```json
{
 "query": "What are the most active x402 payment facilitators on the Base network and what are the current trends in agent commerce?"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "x402 ecosystem question: protocols, facilitators, agent commerce, CDP activity, market trends, or infrastructure analysis."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "tier",
  "legal",
  "costing",
  "summary",
  "verdict",
  "version",
  "endpoint",
  "timestamp",
  "query_hash",
  "request_id",
  "risk_flags",
  "answer_type",
  "tip_options",
  "valid_until",
  "traceability",
  "evidence_count",
  "market_context",
  "freshness_label",
  "freshness_score",
  "model_consensus",
  "tools_mentioned",
  "capital_estimate",
  "confidence_score",
  "evidence_classes",
  "risks_identified",
  "operational_steps",
  "calibration_signals",
  "business_model_signal",
  "freshness_explanation",
  "next_step_suggestions",
  "confidence_explanation",
  "contradictions_detected",
  "model_inference_flagged"
 ],
 "properties": {
  "tier": {
   "type": "string"
  },
  "legal": {
   "type": "object",
   "required": [
    "purpose",
    "disclaimer",
    "not_tax_advice",
    "not_legal_advice",
    "not_financial_advice",
    "not_investment_advice"
   ],
   "properties": {
    "purpose": {
     "type": "string"
    },
    "disclaimer": {
     "type": "string"
    },
    "not_tax_advice": {
     "type": "boolean"
    },
    "not_legal_advice": {
     "type": "boolean"
    },
    "not_financial_advice": {
     "type": "boolean"
    },
    "not_investment_advice": {
     "type": "boolean"
    }
   }
  },
  "costing": {
   "type": "object",
   "required": [
    "margin_pct",
    "price_usdc",
    "llm_cost_usd",
    "within_target_cost",
    "target_cost_cap_usd",
    "within_target_margin"
   ],
   "properties": {
    "margin_pct": {
     "type": "number"
    },
    "price_usdc": {
     "type": "number"
    },
    "llm_cost_usd": {
     "type": "number"
    },
    "within_target_cost": {
     "type": "boolean"
    },
    "target_cost_cap_usd": {
     "type": "number"
    },
    "within_target_margin": {
     "type": "boolean"
    }
   }
  },
  "summary": {
   "type": "string"
  },
  "verdict": {
   "type": "string"
  },
  "version": {
   "type": "string"
  },
  "endpoint": {
   "type": "string"
  },
  "timestamp": {
   "type": "string"
  },
  "query_hash": {
   "type": "string"
  },
  "request_id": {
   "type": "string"
  },
  "risk_flags": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "answer_type": {
   "type": "string"
  },
  "tip_options": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "url",
     "amount"
    ],
    "properties": {
     "url": {
      "type": "string"
     },
     "amount": {
      "type": "string"
     }
    }
   }
  
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-midas-ops-com-2d7be788/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.midas-ops.com](https://www.zero.xyz/host/api.midas-ops.com/llms.txt)
