{
  "x402Version": 2,
  "id": 5390,
  "slug": "5390",
  "resource": "https://quietstore-production.edge-7e13f.workers.dev/v1/tools/x402-bazaar-audit",
  "description": "Diagnose why an x402 seller is invisible on Coinbase Bazaar. POST your 402 PaymentRequired JSON. Free preview: pass/fail + which checks fail. Paid $0.01: every finding with the exact fix (extension shape, AJV schema, description limits). Run before each x402 deploy.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x8f9ef7f8c4744bfaedaa5d315c21f9770c10f931",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "payment_required": {
              "accepts": [],
              "extensions": {
                "bazaar": {
                  "info": {},
                  "schema": {}
                }
              },
              "resource": {
                "description": "Example paid resource",
                "mimeType": "application/json",
                "url": "https://example.com/v1/item"
              },
              "x402Version": 2
            }
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "metered": true,
            "result": {
              "findings": [
                {
                  "code": "BAZAAR_INPUT_SHAPE",
                  "message": "...",
                  "severity": "error"
                }
              ],
              "grade": "B",
              "pass": false,
              "score": 72
            },
            "tool": {
              "id": "tool-x402-bazaar-audit",
              "price_version": 1,
              "title": "Will my x402 endpoint show up on Bazaar?"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "quietstore-production.edge-7e13f.workers.dev",
  "lastUpdated": "2026-08-20T22:26:04.388Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-20T22:26:04.231Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "quietstore-production.edge-7e13f.workers.dev",
    "manifest_name": "quietstore-production.edge-7e13f.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}