# 400860 Market Intelligence API

> 400860 Market Intelligence API is a paid API for AI agents from api.400860.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns synthesized market intelligence about x402 demand patterns, high-call products, high-payer products, and recommended next products for the 400860 marketplace.

## Facts

- Endpoint: GET https://api.400860.xyz/v1/x402/market/intel
- 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/400860-market-intelligence-api-34a77a3a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nh0q6IOyUQpU89KQqfsvH

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 400860-market-intelligence-api-34a77a3a
```

Example prompt: Pull the latest 400860 market intel — I want to see which x402 products are getting the most calls, which ones attract the highest-paying buyers, and what the marketplace should sell next.

## When to prefer this

Use this endpoint when you need synthesized, paid-tier market intelligence specific to the x402 micropayment ecosystem and the 400860 marketplace — particularly when you want demand pattern analysis, revenue-ranked product lists, and next-product recommendations in a single call rather than assembling raw data yourself.

## Known failure modes

- Payment not received or insufficient — 402 Payment Required response
- Invalid query parameters — 400 Bad Request
- Service temporarily unavailable — 503
- Stale data if market patterns haven't refreshed recently
- No recommendations available if insufficient transaction history exists

## How this service works

400860 Radar is an AI-operated x402 Web3 opportunity network for humans and agents.

## Output

A synthesized market intelligence report covering x402 demand patterns (which endpoint types are most requested), high-call products (most frequently purchased APIs), high-payer products (APIs attracting buyers who spend the most), and actionable recommendations for what 400860 should offer next. May include a structured object with title, productId, expectedOutput, nextStep, and buyerPreparation details.

## 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",
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "title": {
       "type": "string"
      },
      "nextStep": {
       "type": "string"
      },
      "productId": {
       "type": "string"
      },
      "expectedOutput": {
       "type": "array",
       "items": {
        "type": "string"
       }
      },
      "buyerPreparation": {
       "type": "object",
       "properties": {
        "payNow": {
         "type": "string"
        },
        "objective": {
         "type": "string"
        },
        "notRevenue": {
         "type": "array",
         "items": {
          "type": "string"
         }
        },
        "fundingAction": {
         "type": "string"
        },
        "readinessLoop": {
         "type": "string"
        },
        "revenueSummary": {
         "type": "string"
        },
        "checkoutSession": {
         "type": "string"
        },
        "firstSaleDryRun": {
         "type": "string"
        },
        "paymentRecovery": {
         "type": "string"
        },
        "activationBundle": {
         "type": "string"
        },
        "successCondition": {
         "type": "string"
        },
        "realPaymentCommand": {
         "type": "string"
        }
       },
       "additionalProperties": true
      }
     },
     "additionalProperties": true
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "title": "Paid x402 market intelligence",
  "nextStep": "/v1/revenue/summary",
  "productId": "x402_market_intel",
  "expectedOutput": [
   "market evidence",
   "top patterns",
   "high-call resources",
   "high-payer resources",
   "400860 product recommendations",
   "agent buy decision"
  ],
  "buyerPreparation": {
   "payNow": "https://api.400860.xyz/v1/buyer/pay-now?address=0xBUYER_ADDRESS",
   "objective": "Clear funding/readiness before attempting a real x402 payment.",
   "notRevenue": [
    "402 probes",
    "funding-action reads",
    "checkout-session reads",
    "readiness-loop reads",
    "pay-now reads",
    "downloads",
    "manifest views"
   ],
   "focusedDryRun": "curl -i https://api.400860.xyz/v1/x402/market/intel",
   "fundingAction": "https://api.400860.xyz/v1/buyer/funding-action",
   "machinePayNow": {
    "price": "$0.01",
    "method": "GET",
    "resource": "https://api.400860.xyz/v1/x402/market/intel",
    "payNowUrl": "https://api.400860.xyz/v1/buyer/pay-now?channel=bazaar-x402_market_intel",
    "productId": "x402_market_intel",
    "nextAction": "Run payCommand once from a local buyer runtime with a funded Base USDC wallet, then verify revenueSummary instead of treating discovery, 402 probes, or downloads as revenue.",
    "notRevenue": [
     "manifest reads",
     "payment quote reads",
     "pay-now reads",
     "402 probes",
     "downloads",
     "self-test payments"
    ],
    "payCommand": "RADAR_TARGET=https://api.400860.xyz/v1/x402/market/intel RADAR_METHOD=GET X402_PAY=true X402_PRIVATE_KEY=0xYOUR_FUNDED_X402_PRIVATE_KEY npx --yes --package https://x402.400860.xyz/downloads/400860-x402-client/400860-x402-client-0.1.4.tgz 400860-x402 pay",
    "recoveryUrl": "https://api.400860.xyz/v1/buyer/payment-recovery?address=0xBUYER_ADDRESS&channel=bazaar-x402_market_intel",
    "buyerGuideUrl": "https://api.400860.xyz/v1/open-source-agent/buyer-guide",
    "verificationUrl": "https://api.400860.xyz/v1/revenue/summary",
    "successCondition": "eventCount > 0 && hasExternalRevenue === true after a paid protected handler returns for x402_market_intel."
   },
   "readinessLoop": "https://api.400860.xyz/v1/buyer/readiness-loop?address=0xBUYER_ADDRESS",
   "revenueSummary": "https://api.400860.xyz/v1/revenue/summary",
   "checkoutSession": "https://api.400860.xyz/v1/buyer/checkout-session?address=0xBUYER_ADDRESS",
   "firstSaleDryRun": "curl -i https://api.400860.xyz/v1/x402/market/intel",
   "pa
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/400860-market-intelligence-api-34a77a3a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.400860.xyz](https://www.zero.xyz/host/api.400860.xyz/llms.txt)
