# 400860 Radar Daily Full Opportunity Report

> 400860 Radar Daily Full Opportunity Report is a paid API for AI agents from api.400860.xyz, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns the latest full daily x402 Web3 opportunity report including ranked opportunities, network snapshot, and payTo details, gated by a $1 USDC x402 micropayment.

## Facts

- Endpoint: GET https://api.400860.xyz/v1/reports/latest/full
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/400860-radar-daily-full-opportunity-report-45dc8b2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uUOsUyTpL7fQ0H6C6zzn1

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-radar-daily-full-opportunity-report-45dc8b2c
```

Example prompt: Pull the latest full daily x402 opportunity report from 400860 Radar — I want the complete ranked snapshot with payTo addresses and network summary, and I'm ready to pay $1 USDC via x402 from my funded Base wallet.

## When to prefer this

Use this endpoint when you need a comprehensive, AI-curated daily snapshot of x402 Web3 opportunities ranked by the 400860 Radar network, and you are prepared to make a $1 USDC micropayment via the x402 protocol on Base. Prefer this over individual opportunity endpoints when you want the full ranked list in one call rather than drilling into a specific opportunity.

## Known failure modes

- 402 Payment Required — no valid x402 USDC payment header provided; agent must fund wallet and submit payment
- Invalid or expired payment — payment was already used or malformed; use payment-recovery URL
- Insufficient funds — Base wallet does not hold enough USDC to cover $1 fee
- Rate limit or duplicate payment rejection — same payment token reused
- Network error reaching Base chain for payment verification

## How this service works

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

## Output

A JSON object containing the full daily x402 opportunity report, including: a title, ranked opportunity list with ranking thesis, payTo addresses, network snapshot, product ID (daily_full_report), and a nextStep pointer to individual opportunity detail endpoints.

## 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": "Full daily x402 opportunity report",
  "nextStep": "/v1/opportunities/:id/full",
  "productId": "daily_full_report",
  "expectedOutput": [
   "full snapshot",
   "ranking thesis",
   "payTo",
   "network"
  ],
  "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/reports/latest/full",
   "fundingAction": "https://api.400860.xyz/v1/buyer/funding-action",
   "machinePayNow": {
    "price": "$1.00",
    "method": "GET",
    "resource": "https://api.400860.xyz/v1/reports/latest/full",
    "payNowUrl": "https://api.400860.xyz/v1/buyer/pay-now?channel=bazaar-daily_full_report",
    "productId": "daily_full_report",
    "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/reports/latest/full 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-daily_full_report",
    "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 daily_full_report."
   },
   "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/reports/latest/full",
   "paymentRecovery": "https://api.400860.xyz/v1/buyer/payment-recovery?add
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/400860-radar-daily-full-opportunity-report-45dc8b2c/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)
