# market2000.xyz x402 Conversion Rate Analytics

> market2000.xyz x402 Conversion Rate Analytics is a paid API for AI agents from market2000.xyz, paid per call via x402, $5/call, status unknown (last checked 2026-09-16).

Returns measured quote-to-payment conversion rates for x402 endpoints, broken down by category and price band, over a configurable lookback window.

## Facts

- Endpoint: GET https://market2000.xyz/api/demand/conversion
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market2000-xyz-x402-conversion-rate-analytics-e5a10bd3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eRnUKaOFx3KxXCy0QZG5O

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 market2000-xyz-x402-conversion-rate-analytics-e5a10bd3
```

Example prompt: Pull the x402 conversion rate data from market2000.xyz for the last 30 days so I can see how quote-to-payment rates break down by category and price band — I want to benchmark my endpoint's pricing against what actually converts.

## When to prefer this

Choose this endpoint when you need empirical, market-wide x402 conversion benchmarks to inform pricing decisions or diagnose funnel problems — rather than guessing or relying on theoretical assumptions. It is especially valuable when you suspect protocol-level defects (not price) are suppressing conversions, or when you want to compare your category's typical conversion behavior against the broader x402 ecosystem.

## Known failure modes

- days parameter out of 1-90 range returns an error or default
- insufficient data in the requested window yields low-confidence or empty results
- payment failure (x402 $5 USDC) blocks access
- stale or sparse data for niche categories may produce unreliable rates

## How this service works

x402 conversion reality — do payment quotes ever become payments?

Measured quote-to-pay rates by category and by price band, from tens of thousands of observed 402s. Price your endpoint against what the market actually converts at instead of guessing, and rule out the protocol-level defects that silently zero a funnel before you blame your price.

HOW TO CALL:
  GET /api/demand/conversion?days=30

PARAMETERS:
  days — lookback window, 1-90 (default 30)

RESPONSE: overall funnel, by_category[] and by_price_band[] conversion rates, plus the measurement method so you can judge the number.

PRIVACY: aggregate-only, reported by category and price band, never per endpoint.

PRICING: $0.05 per call.

## Output

Returns an overall funnel conversion rate (quote-to-payment), an array of by_category conversion breakdowns, an array of by_price_band conversion breakdowns, and metadata describing the measurement methodology — all aggregated across tens of thousands of observed 402 responses, never at the per-endpoint level.

## 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",
    "queryParams"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market2000-xyz-x402-conversion-rate-analytics-e5a10bd3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from market2000.xyz](https://www.zero.xyz/host/market2000.xyz/llms.txt)
