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 37) 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 suite of APIs offered by lowpaymentfee.com spanning data analytics, AI/ML inference, finance, and utility services — all priced at $0.02 per call. However, the specific endpoint under listing here deals with sensitive personally identifiable information (employee SSN), which raises significant regulatory and ethical concerns. 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-datassn-lookupjson-responseper-call-micropayment

Use cases

  • Retrieving SSN for employee record 37 via automated payment
  • Integrating employee PII lookup into payroll or HR workflows
  • Demonstrating x402 micropayment protocol usage

Fit

Best for

  • Developers exploring x402 protocol integrations
  • Automated agents needing per-call paid data access on Base

Not for

  • Production PII handling without verified compliance (GDPR, CCPA, SOC 2)
  • Bulk employee data retrieval (single-record endpoint)
  • Users who need detailed API documentation or schema guarantees

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/37/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), but there is no OpenAPI schema, no response examples, no request body documentation, and the docs/pricing/README pages are empty stubs. The endpoint serves highly sensitive PII (SSN) with no visible compliance or authorization framework, which is a major red flag.

Warnings

  • Endpoint returns employee SSN — highly sensitive PII. Verify legal compliance (CCPA, GDPR, SOC 2, etc.) before use.
  • No API documentation available; docs, pricing, and README pages return only 'Connect wallet' with no content.
  • No response schema or example responses provided — output format is unknown.
  • Single hardcoded employee ID (37) in the URL; unclear if other employee IDs are supported.
  • No visible authentication, authorization, or access control beyond payment — anyone who pays can retrieve SSN data.

Citations

Provenance

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

Agent access