# MARS Economic Micro Commercial Proof

> MARS Economic Micro Commercial Proof is a paid API for AI agents from mars-economic-agent-gateway.mars-economic.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns 3 evidence-ranked commercial intelligence results plus compact decision support for a given commercial need, product, service, or market query

## Facts

- Endpoint: GET https://mars-economic-agent-gateway.mars-economic.workers.dev/api/x402/mainnet/micro-proof
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mars-economic-micro-commercial-proof-ba270ff1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c8tHhdrg7S4VNHiQctko1

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 mars-economic-micro-commercial-proof-ba270ff1
```

Example prompt: Can you look up commercial partner and supplier intelligence for 'industrial-grade water filtration systems' and give me the top ranked evidence plus a decision summary?

## When to prefer this

Choose this endpoint when you need a fast, low-cost ($0.01 USDC) snapshot of commercial partner or supplier intelligence with ranked evidence and decision support. It is ideal for quick due diligence, procurement research, or market viability checks where 3 ranked results with a compact summary are sufficient. Prefer it over full commercial intelligence endpoints when budget is constrained or a rapid micro-proof of commercial landscape is enough for the decision at hand.

## Known failure modes

- Missing required 'q' query parameter returns an error
- Invalid or malformed query string may return empty or irrelevant results
- Payment failure via x402 protocol blocks access to results
- Rate limiting or quota exhaustion may result in HTTP 429
- Journey id mismatch may cause session continuity issues

## How this service works

MARS micro commercial proof: 3 evidence-ranked results plus compact decision support

## Output

Returns 3 evidence-ranked commercial intelligence results relevant to the queried commercial need or market, accompanied by compact decision support information to help evaluate options, partners, or suppliers efficiently.

## 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",
     "properties": {
      "q": {
       "type": "string",
       "description": "Commercial need, product, service, or market"
      },
      "journey": {
       "type": "string",
       "description": "Optional anonymous journey id returned by the free preview"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mars-economic-micro-commercial-proof-ba270ff1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mars-economic-agent-gateway.mars-economic.workers.dev](https://www.zero.xyz/host/mars-economic-agent-gateway.mars-economic.workers.dev/llms.txt)
