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 given employee ID (in this case, employee 150). It is part of a broader suite of pay-per-request APIs offered by lowpaymentfee.com, all gated behind the x402 payment protocol. The endpoint accepts POST requests and returns JSON.

Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The maximum amount required per call is 20,000 base units, which at 6 decimals for USDC equals $0.02. No API keys or rate limits are advertised — access is granted purely through the x402 payment header. The x402 challenge specifies a 300-second timeout for payment settlement.

The provider's landing page lists many other endpoints across data/analytics, AI/ML, finance, and utility categories, all at the same $0.02 price point. However, documentation beyond the landing page is essentially empty (pages return only a "Connect wallet" prompt), so there is no detailed schema, field-level documentation, or example responses available for this specific SSN endpoint. The nature of the data returned (SSNs) raises significant regulatory and privacy concerns — consumers should verify the legitimacy and legal compliance of this data source before use.

Capabilities

employee-ssn-lookupx402-paymentusdc-base-networkpay-per-requestjson-response

Use cases

  • Retrieving employee SSN for identity verification workflows
  • Programmatic access to sensitive employee records behind a micropayment wall
  • Integrating employee PII lookups into automated HR or compliance pipelines

Fit

Best for

  • Agents needing on-demand employee SSN data without API key management
  • Pay-per-use access to sensitive employee records
  • x402-compatible clients on the Base network

Not for

  • Use cases requiring bulk or batch SSN retrieval (no documented batch endpoint)
  • Scenarios where regulatory compliance around PII handling is unclear
  • Users who need detailed documentation or response schema guarantees before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/150/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 x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation beyond the landing page — no request/response schema, no examples, no field descriptions. The endpoint deals with highly sensitive PII (SSNs) with no visible compliance or legitimacy information, which is a major red flag.

Warnings

  • Endpoint returns Social Security Numbers — highly regulated PII. Verify legal compliance and data source legitimacy before use.
  • No documentation available: docs, API, pricing, and README pages all return only a 'Connect wallet' prompt with no actual content.
  • No request or response schema is documented; the actual data returned is unknown.
  • No OpenAPI spec or AI plugin manifest found.
  • The employee ID (150) is hardcoded in the URL path — it is unclear whether other employee IDs are supported or how the ID space works.

Citations

Provenance

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

Agent access