x402basequality 0.35

Retrieve employee SSN data via x402 micropayment on Base network for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns employee Social Security Number (SSN) data for a specific employee record (employee ID 92) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on the Base network using the x402 "exact" scheme.

The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. The provider's landing page confirms a flat $0.02/request pricing model across all their API endpoints, with no API keys, no rate limits, and instant access. The endpoint was live and returned a valid 402 challenge when probed.

The provider (lowpaymentfee.com) hosts a broader catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance, and utility services — all at the same $0.02 price point. However, this specific endpoint deals with sensitive personally identifiable information (SSN). No documentation beyond the landing page was available; the docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content.

Capabilities

x402-paymentusdc-baseemployee-ssn-lookupjson-responsepost-methodmicropayment

Use cases

  • Retrieving SSN data for a specific employee record via programmatic API call
  • Demonstrating x402 micropayment protocol integration on Base network
  • Agent-driven PII data retrieval with per-request payment

Fit

Best for

  • Developers testing x402 payment flows on Base
  • Agents needing on-demand access to employee PII behind a paywall
  • Micropayment-gated data access without API key management

Not for

  • Bulk employee data retrieval (endpoint is scoped to a single employee ID)
  • Use cases requiring compliance-audited PII handling (no documented compliance certifications)
  • Users who need detailed API documentation or schema definitions

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/92/ssn \
  -H "X-PAYMENT: <x402-payment-header>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 402 challenge, but there is no OpenAPI schema, no response examples, and no real documentation. The endpoint exposes highly sensitive PII (SSN) with no visible compliance or access-control documentation, which is a significant red flag.

Warnings

  • Endpoint returns Social Security Number data — highly sensitive PII. No compliance certifications (SOC 2, HIPAA, etc.) are documented.
  • No API documentation, response schema, or usage examples are available beyond the landing page.
  • Endpoint is hardcoded to employee ID 92; unclear if other employee IDs are supported or if this is a demo.
  • The docs, pricing, and README pages returned no content (only 'Connect wallet'), suggesting incomplete documentation.
  • Serving SSN data via a low-friction micropayment API with no authentication beyond payment raises serious legal and ethical concerns.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 21:02:24Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-24

Agent access