ToolAssay

Observe whether one x402 seller resource appears in Coinbase Bazaar merchant dis

Observe whether one x402 seller resource appears in Coinbase Bazaar merchant discovery and where the exact resource sits in the first 20 results for 1–3 buyer-supplied job-language searches. Factual evidence only. Call when you need a point-in-time Bazaar presence and top-20 search observation, not a trust, SEO, or remediation score.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
218 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.agentmercantile.com/v1/bazaar-visibility

CategoryCommerce and shopping
Provider hostapi.agentmercantile.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 218 ms

Example input (from the provider)

{
  "body": {
    "pay_to": "0x0000000000000000000000000000000000000001",
    "queries": [
      "example paid json api"
    ],
    "resource": "https://api.example.com/v1/paid"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "pay_to": {
              "description": "Merchant payTo address. 0x-prefixed 20-byte EVM address.",
              "type": "string"
            },
            "queries": {
              "description": "1 to 3 buyer-supplied job-language searches. No hidden default query.",
              "items": {
                "description": "Buyer-job search string. Coinbase search maximum is 400 characters.",
                "maxLength": 400,
                "minLength": 2,
                "type": "string"
              },
              "maxItems": 3,
              "minItems": 1,
              "type": "array"
            },
            "resource": {
              "description": "Exactly one absolute HTTPS x402 resource URL identifier. Treated as an identifier only; never fetched or proxied. Fragments, credentials, non-HTTPS, and non-443 ports are rejected.",
              "format": "uri",
              "type": "string"
            }
          },
          "required": [
            "resource",
            "pay_to",
            "queries"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "limitations": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "machine": {
              "enum": [
                "VM05"
              ],
              "type": "string"
            },
            "merchant": {
              "description": "Bounded Coinbase merchant presence for the submitted resource.",
              "type": "object"
            },
            "methodology_version": {
              "enum": [
                "bazaar-visibility-0.1.0"
              ],
              "type": "string"
            },
            "pay_to": {
              "type": "string"
            },
            "resource": {
              "type": "string"
            },
            "searches": {
              "description": "Top-20 visibility for each submitted buyer-job query.",
              "type": "array"
            },
            "status": {
              "enum": [
                "OK",
                "PARTIAL",
                "HOLD"
              ],
              "type": "string"
            }
          },
          "required": [
            "status",
            "machine",
            "methodology_version",
            "resource",
            "pay_to",
            "merchant",
            "searches",
            "limitations"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON