mirrored listing x402 eip155:8453

List the merchants behind the catalog

List the merchants behind the catalog. Filter by name or domain search, by country, or by product count, and page through the results.

Do you run affiliate.pay.zeroclick.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
5
calls / 30d
3
unique payers
2026-09-16
updated

Provider

affiliate.pay.zeroclick.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x6e9c2ebca537f861fe9242f8f974d99b3df762b2",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "country_ids": "US",
          "fields": "id,name,domains,product_count",
          "id": "930288",
          "per_page": 25,
          "search": "walmart"
        },
        "type": "http"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "country_ids": {
                  "type": "string"
                },
                "fields": {
                  "type": "string"
                },
                "id": {
                  "type": "string"
                },
                "page": {
                  "default": 1,
                  "minimum": 1,
                  "type": "integer"
                },
                "per_page": {
                  "default": 100,
                  "minimum": 1,
                  "type": "integer"
                },
                "product_count_max": {
                  "type": "integer"
                },
                "product_count_min": {
                  "type": "integer"
                },
                "search": {
                  "maxLength": 255,
                  "minLength": 1,
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "zeroclick": {
    "info": {
      "payment": {
        "amountUsd": "0.020000",
        "id": "apay_M5uRKuzP6NN4wng28QKd0"
      },
      "requestId": "zcreq_A1Axsbk_ZmOH6hT5NlYFO",
      "service": "merchants"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "agentId": {
          "type": "string"
        },
        "payment": {
          "properties": {
            "amountUsd": {
              "type": "string"
            },
            "id": {
              "type": "string"
            }
          },
          "required": [
            "id",
            "amountUsd"
          ],
          "type": "object"
        },
        "requestId": {
          "type": "string"
        },
        "service": {
          "type": "string"
        }
      },
      "required": [
        "payment"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://affiliate.pay.zeroclick.io/v1/merchants"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://affiliate.pay.zeroclick.io/v1/merchants");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://affiliate.pay.zeroclick.io/v1/merchants")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/9058.json, and this resource appears in /discovery/resources and /discovery/search.