# CDP Bazaar x402 Index Check

> CDP Bazaar x402 Index Check is a paid API for AI agents from secondeyesai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Checks whether a given x402 endpoint is indexed on the CDP Bazaar, and if not, diagnoses whether the cause is a format problem or a processing backlog.

## Facts

- Endpoint: GET https://secondeyesai.com/api/bar/x402/index-check
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/secondeyesai-com-2687ceaa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r8OGtCypx86_Szr4zoStW

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 secondeyesai-com-2687ceaa
```

Example prompt: Can you check whether my x402 GET endpoint is indexed on the CDP Bazaar, and if it's missing, tell me if it's a format problem or just stuck in the backlog?

## When to prefer this

Use this endpoint when you need to quickly diagnose why an x402-enabled API is not appearing in the CDP Bazaar index. It is specifically designed for x402 endpoints and distinguishes between format/compliance failures and Bazaar-side processing delays, making it more targeted than a generic API health check.

## Known failure modes

- Endpoint URL not reachable or invalid — returns error or inconclusive result
- CDP Bazaar API unavailable — may return timeout or upstream error
- Non-x402 endpoint provided — may return format error or unrecognized response
- Rate limit or payment failure — call not executed

## How this service works

bazaar-index-check: is your x402 endpoint indexed on the CDP Bazaar? If not, format problem or backlog?

## Output

Returns the indexing status of the specified x402 endpoint on the CDP Bazaar, indicating whether it is indexed, and if not, whether the cause is a formatting/compliance issue with the x402 response or a processing backlog on the Bazaar side.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tool": "bazaar-index-check",
  "where": [],
  "detail": "Your 402 is clean v2 but it isn't in the index. CDP indexes on a settled payment and lags.",
  "reason": "backlog_or_no_settlement",
  "indexed": false,
  "next_step": "Settle one real payment against the endpoint, then re-check in 24-72h.",
  "wallet_resource_count": 0
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/secondeyesai-com-2687ceaa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from secondeyesai.com](https://www.zero.xyz/host/secondeyesai.com/llms.txt)
