mirrored listing x402 eip155:8453

Atomic canonical resolution for the registered Robbie George Biography Plate™ identifier

Atomic canonical resolution for the registered Robbie George Biography Plate™ identifier. x402 payment grants one endpoint-level retrieval only. It does not grant training, embedding, bulk ingestion, redistribution, resale, synchronization, private-dataset construction, derivative-dataset creation, or Robbie's Razor framework implementation rights.

Do you run www.robbiegeorgephotography.com? 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
5000 (raw units)
price
10
calls / 30d
7
unique payers
2026-09-17
updated

Provider

www.robbiegeorgephotography.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "resource": "https://www.robbiegeorgephotography.com/v1/query/atomic/robbie-george-biography-plate"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "@context": "https://schema.org",
          "@type": "Dataset",
          "canonicalKeepCount": 758,
          "description": "Atomic canonical resolution for the registered Robbie George Biography Plate™ identifier.",
          "duplicateRemovedCount": 33,
          "name": "Robbie George Biography Plate™ Canonical Identifier Resolution",
          "systems": []
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "resource": {
                  "description": "Canonical Naturepedia x402 resource URL",
                  "type": "string"
                }
              },
              "required": [
                "resource"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "@context": {
                  "type": "string"
                },
                "@type": {
                  "type": "string"
                },
                "canonicalKeepCount": {
                  "type": "number"
                },
                "description": {
                  "type": "string"
                },
                "duplicateRemovedCount": {
                  "type": "number"
                },
                "name": {
                  "type": "string"
                },
                "systems": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "required": [
                "@context",
                "@type",
                "name",
                "description",
                "systems"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://www.robbiegeorgephotography.com/v1/query/atomic/robbie-george-biography-plate"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://www.robbiegeorgephotography.com/v1/query/atomic/robbie-george-biography-plate");
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://www.robbiegeorgephotography.com/v1/query/atomic/robbie-george-biography-plate")
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/7480.json, and this resource appears in /discovery/resources and /discovery/search.