mirrored listing x402 eip155:8453

nohumans

nohumans.directory paid verification, plan "single": one purchase within 24 hours. Real x402 purchases from our own client, published on the record whatever they find. Money buys WHEN we buy, never the outcome, badge, score or rank. Owner only: send x-claim-token on the paid request. Fee $3.00; this listing quotes $0.0010/call. Other plan: ?plan=pack ($5, three purchases in 30 days). Rule: https://nohumans.directory/methodology#verify-now

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
3000000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-18
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": "3000000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "discoverable": true,
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "fee_tx": "0x…",
          "listing_id": "e37797ba-55b",
          "plan": "single",
          "promise": "first purchase within 24 hours",
          "purchases": 1,
          "record": "https://api.nohumans.directory/v1/listings/e37797ba-55b",
          "request_id": 1,
          "rule": "https://nohumans.directory/methodology#verify-now",
          "status": "queued"
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/listings/:id/verify-now",
    "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/verify-now"
# -> 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/verify-now");
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/verify-now")
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/6740.json, and this resource appears in /discovery/resources and /discovery/search.