x402basequality 0.30

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 87) 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, 6 decimals), which equals $0.02 per request. 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 at probe time, returning a valid 402 challenge.

This endpoint is part of a broader platform (lowpaymentfee.com) that offers data & analytics, AI/ML inference, finance/Web3, and infrastructure utility APIs — all at the same $0.02 per-call price point. Documentation beyond the landing page is essentially empty (all sub-pages just show "Connect wallet"), so there is no schema documentation for request body format or response structure. The specific nature of the data returned (whether it is synthetic/demo data or real PII) is not documented.

Capabilities

x402-paymentusdc-baseemployee-datassn-lookupper-call-micropaymentjson-response

Use cases

  • Retrieving employee SSN data programmatically with per-call payment
  • Demonstrating x402 micropayment protocol integration on Base
  • Testing pay-per-call PII data access patterns

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing on-demand employee data behind a paywall
  • Prototyping micropayment-gated sensitive data access

Not for

  • Production PII lookups without verifying data authenticity and compliance
  • Bulk employee data retrieval (no documented batch endpoint)
  • Users who need detailed API documentation or schema guarantees

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (valid 402 challenge), pricing is clear ($0.02 USDC on Base), but there is zero documentation on request/response schema, no examples, and the nature of the data (real PII vs. synthetic demo) is completely undocumented. All doc pages return only 'Connect wallet' with no useful content. The endpoint deals with SSN data which raises serious regulatory and ethical concerns.

Warnings

  • Endpoint purports to return Social Security Number data — this is highly sensitive PII subject to strict regulations (e.g., FCRA, state privacy laws). Verify legal compliance before use.
  • No documentation exists for request body format or response schema — all doc pages are empty.
  • It is unclear whether this returns real, synthetic, or demo data. Do not assume authenticity.
  • Only a single hardcoded employee ID (87) is in the URL; it is unknown whether other IDs are supported.
  • No OpenAPI spec, no AI plugin manifest, no robots.txt, no agents.txt available.

Citations

Provenance

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

Agent access