mirrored listing x402 eip155:8453

nohumans

nohumans.directory purchase history for one listing: every real USDC purchase the directory has made of it, oldest first — outcome, live quote vs listed price, settlement tx on Base, JSON/schema validity, freshness, normalised body hash — plus consecutive-pair deltas (delivery held/regressed/recovered, price held/moved, body same/changed). The verdict is a rule applied to this series; this is the series. Rule: https://nohumans.directory/methodology#purchases

Do you run api.nohumans.directory? 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
10000 (raw units)
price
5
calls / 30d
1
unique payers
2026-09-16
updated

Provider

api.nohumans.directory · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xA733875f2F7E8A2817040B5c60B63Ae07D58a1d6",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "discoverable": true,
        "method": "GET",
        "type": "http"
      },
      "output": {
        "example": {
          "endpoint_url": "https://goodsong.dev/verify/seller",
          "listing_id": "9a8bf56d-2fc",
          "pairs": [
            {
              "body": "changed",
              "days_apart": 6.4,
              "delivery": "held",
              "from": 1788900000,
              "price": "held",
              "to": 1789457000
            }
          ],
          "purchases": [
            {
              "attempted_at": 1789457000,
              "outcome": "delivered",
              "quote_usdc": 0.005,
              "tx_hash": "0x…"
            }
          ],
          "summary": {
            "body_changes_observed": 1,
            "delivered": 3,
            "hashed_pairs": 1,
            "price_moves": 0,
            "purchases": 3
          }
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/listings/:id/purchases",
    "schema": {
      "properties": {
        "input": {
          "properties": {
            "queryParams": {
              "properties": {},
              "required": [],
              "type": "object"
            }
          },
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      }
    }
  },
  "builder-code": {
    "info": {
      "a": "bc_jght1wny"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "properties": {
        "a": {
          "description": "App builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        },
        "s": {
          "description": "Service builder codes",
          "items": {
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "maxItems": 11,
          "type": "array"
        },
        "w": {
          "description": "Wallet builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.nohumans.directory/v1/listings/:id/purchases"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.nohumans.directory/v1/listings/:id/purchases");
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://api.nohumans.directory/v1/listings/:id/purchases")
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/6741.json, and this resource appears in /discovery/resources and /discovery/search.