x402basequality 0.25

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 145). It is part of a broader platform offering various pay-per-request APIs across data analytics, AI/ML, finance, and infrastructure categories, all settled via the x402 protocol on the Base network using USDC.

The endpoint accepts POST requests and is gated by an x402 payment challenge. The price is $0.02 per request (20,000 base units of USDC, which has 6 decimals). Payment is made to the specified wallet address on Base, and the response is delivered as application/json. No API keys or rate limits are advertised — access is granted purely through per-call payment.

This is a sensitive endpoint that returns personally identifiable information (PII), specifically Social Security Numbers. The legitimacy and legal compliance of this data source is unclear from the available documentation. The provider's landing page lists many API categories but provides almost no documentation beyond the homepage listing. The docs, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content.

Capabilities

x402-paymentper-request-micropaymentemployee-data-lookupssn-retrievalbase-networkusdc-settlementjson-response

Use cases

  • Retrieving employee SSN data for payroll or HR integrations
  • Programmatic access to sensitive employee identifiers
  • Agent-driven lookups of employee records with per-call payment

Fit

Best for

  • Developers needing on-demand employee SSN data without API key management
  • Automated systems that can settle micropayments via x402 on Base
  • Use cases where pay-per-request pricing is preferred over subscriptions

Not for

  • Users who need bulk employee data exports at scale (no batch endpoint documented)
  • Applications requiring verified, compliance-audited PII data sources (legitimacy unclear)
  • Users without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (returns 402 challenge as expected for x402), but documentation is essentially nonexistent — docs, pricing, and README pages all show only 'Connect wallet'. No request/response schema, no examples, and the endpoint serves highly sensitive PII (SSNs) with no visible compliance or legitimacy documentation. This is effectively a stub listing with serious regulatory concerns.

Warnings

  • This endpoint claims to return Social Security Numbers (PII). The legitimacy, legal compliance, and data sourcing of this service are completely undocumented. Use with extreme caution.
  • No documentation is available beyond the homepage listing — docs, pricing, and README pages are empty.
  • No request body schema or response schema is documented; behavior must be inferred entirely from the URL pattern.
  • No evidence of data provenance, consent, or regulatory compliance (e.g., SOC 2, GDPR, CCPA).
  • The endpoint path is hardcoded to employee ID 145; it is unclear whether other IDs are supported or how the API generalizes.

Citations

Provenance

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

Agent access