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 (ID 165) behind an x402 paywall. It accepts POST requests and settles payments in USDC on the Base network using the x402 "exact" payment scheme.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers various pay-per-call APIs across categories including data analytics, AI/ML inference, finance, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no subscriptions required. Payment is made via the x402 protocol: callers attach an X-PAYMENT header containing a signed USDC payment on Base.

The specific endpoint `/api/v1/employees/165/ssn` is not listed on the provider's public landing page among their advertised API categories. It appears to serve sensitive personally identifiable information (PII). The x402 challenge confirms it is live and accepting payments at a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02. The response MIME type is application/json. No request body schema or response schema documentation was found beyond the x402 challenge metadata.

Capabilities

x402-paymentusdc-base-networkemployee-data-lookupssn-retrievalper-call-micropaymentno-api-keyjson-response

Use cases

  • Programmatic retrieval of employee SSN for authorized payroll or HR integrations
  • Agent-driven identity verification workflows requiring SSN data
  • Automated compliance checks that need SSN cross-referencing

Fit

Best for

  • Developers needing pay-per-call access to employee PII without subscription overhead
  • AI agents that can settle x402 USDC payments on Base
  • Workflows requiring instant, keyless API access to sensitive records

Not for

  • Bulk data exports or batch SSN lookups (single-record endpoint, no batch mode documented)
  • Users without a Base-compatible USDC wallet
  • Use cases where handling SSN data would violate applicable privacy regulations

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The x402 challenge is live and confirms pricing and network details, but this specific endpoint is not documented on the provider's site, no request/response schema is available, and the endpoint serves highly sensitive PII (SSN) with no visible compliance or authorization documentation. Docs pages returned only 'Connect wallet' with no substantive content.

Warnings

  • This endpoint returns Social Security Numbers (SSN), which is highly sensitive PII. Ensure compliance with all applicable privacy laws (e.g., CCPA, GLBA, state SSN protection statutes) before use.
  • The endpoint /api/v1/employees/165/ssn is NOT listed among the provider's publicly advertised APIs — it may be a test, demo, or undocumented route.
  • No request body schema or response body schema is documented; behavior must be inferred entirely from the x402 challenge.
  • All documentation pages (/docs, /api, /pricing, /README) returned only 'Connect wallet' with no usable content.
  • The hardcoded employee ID (165) in the path suggests this may be a single-record demo rather than a general-purpose employee lookup.

Citations

Provenance

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

Agent access