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 given employee ID (in this case, employee 51). It is part of a broader suite of pay-per-call 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 with 6 decimals = $0.02).

The endpoint accepts POST requests and returns JSON. No API keys or accounts are required — callers authenticate purely via the X-PAYMENT header carrying a signed x402 payment. The provider advertises no rate limits and instant access. The x402 challenge is live and well-formed, returning a standard 402 response with payment parameters.

Note: This endpoint serves sensitive personally identifiable information (SSN). Consumers should exercise extreme caution regarding legal compliance (e.g., FCRA, state privacy laws, GDPR) before calling this endpoint. The legitimacy and legality of this data source is unverified. The broader lowpaymentfee.com site lists many other API categories (analytics, AI/ML, finance, infrastructure) all at the same $0.02 price point, but documentation pages beyond the landing page returned only a "Connect wallet" stub with no further detail.

Capabilities

x402-paymentemployee-ssn-lookupusdc-base-settlementpay-per-requestno-api-keyjson-response

Use cases

  • Retrieving employee SSN for payroll or HR verification workflows
  • Automated identity verification pipelines requiring SSN data
  • Agent-driven compliance checks that need SSN cross-referencing

Fit

Best for

  • Developers needing on-demand SSN retrieval without subscription commitments
  • AI agents that can settle x402 payments on Base network
  • Pay-per-call access to employee PII data

Not for

  • Use cases where SSN data sourcing must be FCRA-compliant and auditable
  • Bulk data exports or high-volume batch processing (no documented batch endpoint)
  • Users who cannot transact in USDC on Base network

Quick start

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

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/employees/51/ssn",
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<signed-x402-payment-token>",
    "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 payments. However, there is no OpenAPI schema, no response examples, no documentation beyond a landing page stub, and the endpoint serves highly sensitive PII (SSN) with no verifiable legal basis or data provenance. The docs, pricing, and README pages all returned only 'Connect wallet' with no content.

Warnings

  • This endpoint serves Social Security Numbers — highly regulated PII. Legal compliance (FCRA, state privacy laws, GDPR) is the caller's responsibility and the data source legitimacy is unverified.
  • No documentation, response schema, or examples are available beyond the landing page.
  • All secondary pages (docs, pricing, README, api) returned only a 'Connect wallet' stub — the provider's documentation is effectively empty.
  • The broader lowpaymentfee.com site lists many diverse API categories at identical pricing, which may indicate a demo or placeholder service rather than a production data source.

Citations

Provenance

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

Agent access