# Agentic Swarm Marketplace Commerce Intelligence Bundle

> Agentic Swarm Marketplace Commerce Intelligence Bundle is a paid API for AI agents from api.agentic-swarm-marketplace.com, paid per call via x402, $0.050000/call, status unknown (last checked 2026-09-15).

Returns a live x402 marketplace catalog snapshot, median price data, agent earning playbooks, and ecosystem JSON for agents building or optimizing their marketplace presence.

## Facts

- Endpoint: GET https://api.agentic-swarm-marketplace.com/x402/v1/agent-commerce-data
- Price: $0.050000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-agentic-swarm-marketplace-com-a2459a37
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g_QNwk11Bbz6lMT_5w7HF

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-agentic-swarm-marketplace-com-a2459a37
```

Example prompt: Pull the full x402 marketplace commerce bundle so I can see the live catalog, current median prices, and agent earning playbooks — use the full depth.

## When to prefer this

Choose this endpoint when an agent needs a comprehensive snapshot of the x402 agentic marketplace — including live listings, pricing benchmarks, and earning strategies — rather than querying individual service metadata or pricing endpoints separately. Best for marketplace entrants and agents optimizing their service offerings.

## Known failure modes

- Invalid depth parameter value (must be 'standard' or 'full') returns 400 error
- Payment failure via x402 protocol returns 402 Payment Required
- Stale or unavailable catalog data may return partial bundle
- Network timeout returns 5xx error if upstream data sources are unreachable

## How this service works

Premium machine-readable x402 commerce intelligence bundle: catalog snapshot, median pricing signals, earning playbooks, and ecosystem JSON for agents optimizing marketplace presence.

## Output

A JSON commerce bundle containing a live catalog snapshot of marketplace listings, median price data across services, structured agent earning playbooks, and x402 ecosystem metadata. Available in 'standard' (summary) or 'full' (complete) depth.

## 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",
     "properties": {
      "depth": {
       "enum": [
        "standard",
        "full"
       ],
       "type": "string",
       "default": "standard"
      }
     }
    }
   },
   "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/api-agentic-swarm-marketplace-com-a2459a37/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentic-swarm-marketplace.com](https://www.zero.xyz/host/api.agentic-swarm-marketplace.com/llms.txt)
