{
  "x402Version": 2,
  "id": 2975,
  "slug": "2975",
  "resource": "https://tollbooth-hello.sjwilliams8.workers.dev/hello",
  "description": "Test endpoint for verifying x402 payment integration end to end. Returns a static greeting in the Agent Tollbooth standard response envelope. Not a data product — use it to smoke-test your x402 client for $0.001 before calling our compliance endpoints: OFAC sanctions screening ($0.01) and FDIC bank verification ($0.01), listed under this same payTo address.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb3e7993Ed2FC2C79FFF220620240f298BBa9bF5B",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "message": "hello, agent"
            },
            "meta": {
              "disclaimer": "This response is an assistive screening signal derived from public government data. It is not a certified compliance determination, a consumer report, or legal advice.",
              "generated_at": "2026-07-05T12:00:00.000Z",
              "service": "hello",
              "source_datasets": [],
              "version": "0.1.0"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "tollbooth-hello.sjwilliams8.workers.dev",
  "lastUpdated": "2026-09-15T19:53:50.968Z",
  "quality": {
    "calls30d": 12,
    "uniquePayers30d": 10,
    "lastCalledAt": "2026-09-15T19:53:50.499Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "tollbooth-hello.sjwilliams8.workers.dev",
    "manifest_name": "tollbooth-hello.sjwilliams8.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}