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, gated behind an x402 payment challenge. The specific resource path `/api/v1/employees/10/ssn` suggests a REST-style lookup where the employee ID (here, 10) is a path parameter. Payment is settled in USDC on the Base network at $0.02 per request (maxAmountRequired of 20,000 base units with 6 decimals = $0.02).

The provider site lowpaymentfee.com hosts a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance, and utility endpoints, all uniformly priced at $0.02 per call. No API keys or rate limits are advertised; access is granted purely through the x402 payment protocol. The employee SSN endpoint is not listed on the provider's public landing page among the featured APIs, which raises questions about whether this is a demo/test endpoint or a production resource.

The endpoint responds to POST requests and returns application/json. No request body schema or response schema is documented beyond the x402 challenge metadata. The docs, pricing, and API pages on the site are essentially empty (showing only a "Connect wallet" prompt), so there is no additional documentation available for this specific endpoint. Given that this endpoint deals with highly sensitive personally identifiable information (SSNs), users should exercise extreme caution regarding data provenance, legality, and compliance.

Capabilities

x402-paymentusdc-base-networkemployee-data-lookupssn-retrievalrest-apimicropayment-gated

Use cases

  • Retrieving employee SSN data for authorized payroll or HR integrations
  • Demonstrating x402 micropayment-gated access to sensitive data endpoints
  • Agent-driven identity verification workflows requiring SSN lookup

Fit

Best for

  • Developers testing x402 payment flows with sensitive data endpoints
  • Automated payroll or HR systems needing on-demand SSN retrieval
  • Agent workflows requiring pay-per-call access without API key management

Not for

  • Bulk SSN harvesting or any unauthorized PII collection
  • Use cases requiring documented compliance certifications (HIPAA, SOC 2, etc.) — no compliance documentation is provided
  • Production identity verification without verifying the data source's legitimacy and legal standing

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/10/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 endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is zero documentation for request/response schemas, no examples, and the docs pages are empty stubs. The endpoint deals with highly sensitive PII (SSNs) with no visible compliance or data provenance information, which is a significant red flag.

Warnings

  • This endpoint returns Social Security Numbers — highly sensitive PII. No compliance documentation (HIPAA, SOC 2, etc.) is visible on the provider site.
  • The employee SSN endpoint is not listed among the provider's publicly advertised APIs, raising questions about whether this is a test/demo resource.
  • All documentation pages (docs, pricing, API, README) are empty beyond a 'Connect wallet' prompt — no request/response schema available.
  • Data provenance is unknown — it is unclear whether returned SSNs are real, synthetic, or demo data.
  • Users must independently verify legal compliance before using this endpoint in any production context.

Citations

Provenance

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

Agent access