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 26). It is part of a broader suite of pay-per-request APIs offered by lowpaymentfee.com, all gated behind the x402 payment protocol. Payment is settled in USDC on the Base network at $0.02 per request (20,000 base units of USDC with 6 decimals).

The endpoint accepts POST requests and returns JSON. No API keys or accounts are required — access is granted by attaching a valid X-PAYMENT header containing a signed USDC payment. The x402 challenge was confirmed live, returning a standard 402 Payment Required response with full payment parameters including the payTo address, asset contract (USDC on Base), and a 300-second timeout window.

Note: This endpoint specifically serves sensitive personally identifiable information (SSN). Consumers should exercise extreme caution regarding legal and regulatory compliance (e.g., FCRA, state privacy laws, GDPR) before purchasing or using this data. The provider's landing page lists many other API categories (analytics, AI/ML, finance, infrastructure) all at the same $0.02 price point, but documentation beyond the landing page is essentially empty (all subpages just show 'Connect wallet').

Capabilities

x402-paymentusdc-base-networkemployee-datassn-lookuppay-per-requestno-api-keyjson-response

Use cases

  • Retrieving SSN for a specific employee record via automated agent
  • Integrating employee identity verification into a workflow that supports x402 payments
  • Programmatic access to sensitive employee data without traditional API key provisioning

Fit

Best for

  • Agents or services that need on-demand SSN data and can settle USDC on Base
  • Developers prototyping x402 payment flows with real endpoints
  • Scenarios requiring keyless, pay-per-call access to structured employee data

Not for

  • Use cases where handling SSNs would violate privacy regulations (FCRA, GDPR, state laws)
  • Bulk data retrieval — each request costs $0.02 and targets a single employee ID
  • Users who cannot transact in USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and well-formed, confirming the endpoint exists and accepts USDC on Base. However, there is no OpenAPI schema, no documentation of request/response formats, no example payloads, and all doc pages are empty. The endpoint serves highly sensitive PII (SSN) with no visible compliance or authorization framework, which is a significant red flag.

Warnings

  • Endpoint serves Social Security Numbers — highly regulated PII. Ensure legal compliance (FCRA, state privacy laws, GDPR) before use.
  • No documentation available beyond the landing page; all doc/pricing/API pages return only 'Connect wallet'.
  • No request or response schema provided — input/output formats are unknown.
  • No information on data provenance, accuracy, or authorization controls for accessing SSN data.
  • The endpoint is hardcoded to employee ID 26; it is unclear if other employee IDs are supported or how they are discovered.

Citations

Provenance

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

Agent access