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 148) 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. This is consistent with the provider's site-wide pricing of $0.02 per request. No API keys or rate limits are required — access is granted purely through per-request x402 payment. The payment timeout is 300 seconds.

The provider (lowpaymentfee.com) hosts a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance, and utility services, all at the same $0.02 price point. Documentation beyond the landing page is essentially empty (pages return only "Connect wallet"), so there is no detailed schema for request bodies or response formats for this specific endpoint. The endpoint path suggests it returns PII (an employee's SSN), which raises significant data-sensitivity and regulatory concerns.

Capabilities

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

Use cases

  • Retrieving employee SSN for payroll or identity verification workflows
  • Programmatic access to sensitive employee records behind a paywall
  • Agent-driven data retrieval with per-call crypto payment

Fit

Best for

  • Developers needing on-demand SSN data without API key management
  • Agents that can settle x402 payments in USDC on Base
  • Low-volume, pay-per-use access to employee records

Not for

  • Production systems requiring documented request/response schemas
  • Use cases where handling PII requires strict compliance auditing (HIPAA, SOC 2, etc.)
  • High-volume bulk data retrieval (no documented batch endpoint)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is zero documentation on request body format, response schema, or what data is actually returned. The docs, API, pricing, and README pages are all blank beyond a wallet-connect prompt. The endpoint path implies PII (SSN), raising serious regulatory red flags with no compliance information provided.

Warnings

  • Endpoint appears to serve Personally Identifiable Information (SSN) — verify legal and regulatory compliance before use.
  • No documentation exists for request body or response schema; all doc pages return only 'Connect wallet'.
  • The endpoint is hardcoded to employee ID 148; it is unclear whether other employee IDs are supported or if this is a demo.
  • No OpenAPI spec, no examples, no error documentation available.
  • Provider legitimacy and data source are unverifiable from available materials.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 19:50:07Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-25

Agent access