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 44) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with an exact-scheme challenge.

The x402 challenge specifies a maxAmountRequired of 20,000 base units. Since USDC uses 6 decimals, this converts to $0.02 per request, consistent with the site's advertised flat pricing of $0.02/request across all endpoints. The provider advertises no API keys, no rate limits, and instant access — payment is the only authentication mechanism.

The broader lowpaymentfee.com platform offers a variety of x402-gated endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all at the same $0.02 price point. However, this specific endpoint deals with sensitive personally identifiable information (employee SSN), which raises significant regulatory and ethical concerns. No documentation beyond the landing page is available — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content.

Capabilities

x402-paymentusdc-base-networkemployee-datassn-lookupjson-responseper-request-micropayment

Use cases

  • Retrieving SSN for employee ID 44 via automated payment
  • Integrating employee PII lookup into payroll or HR workflows
  • Demonstrating x402 micropayment protocol for sensitive data access

Fit

Best for

  • Developers exploring x402 protocol implementations
  • Automated agents needing on-demand PII retrieval with crypto payment
  • Systems that require per-call payment without API key management

Not for

  • Production use involving real employee SSNs without compliance review
  • Scenarios requiring bulk employee data retrieval
  • Users who cannot transact USDC on Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, no examples, and the endpoint path is hardcoded to a single employee ID. The docs pages are empty. The endpoint deals with highly sensitive PII (SSN) with no visible compliance or authorization framework.

Warnings

  • This endpoint exposes Social Security Numbers (PII). Serving SSN data via a public pay-per-call API raises serious legal, regulatory, and ethical concerns (e.g., FCRA, state privacy laws, GDPR if applicable).
  • No documentation is available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • The endpoint path is hardcoded to employee ID 44; it is unclear whether other employee IDs are supported or what the data source is.
  • No request body schema or response schema is documented; the output format is unknown beyond 'application/json'.
  • The legitimacy and data provenance of this endpoint cannot be verified from available materials.

Citations

Provenance

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

Agent access