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/121/ssn` suggests a REST-style lookup where the employee ID (121 in this case) is a path parameter. Payment is settled in USDC on the Base network at $0.02 per request (20,000 base units with 6 decimals = $0.02).

The provider site lowpaymentfee.com hosts a broad collection of x402-gated API endpoints spanning data analytics, AI/ML inference, finance, and infrastructure utilities — all priced uniformly at $0.02 per call. No API keys or rate limits are advertised; access is granted purely via the x402 payment header. The endpoint accepts POST requests and returns application/json.

Important caveat: This endpoint purports to return SSN data, which is highly sensitive personally identifiable information (PII). There is no documentation explaining the data source, whether the data is synthetic/demo, or what compliance framework governs its distribution. Users should exercise extreme caution and verify legal and regulatory requirements before consuming this endpoint.

Capabilities

x402-paymentusdc-base-networkemployee-data-lookupssn-retrievalrest-apiper-request-micropaymentno-api-key

Use cases

  • Retrieving employee SSN for payroll or HR integrations (if legally authorized)
  • Demonstrating x402 micropayment gating on sensitive data endpoints
  • Testing x402 payment flows with a live endpoint

Fit

Best for

  • Developers exploring x402 payment protocol with real endpoints
  • Automated agents needing per-call access to employee records without API key management
  • Systems that settle per-request costs in USDC on Base

Not for

  • Anyone without legal authorization to access SSN data
  • Production use cases requiring documented compliance and data provenance
  • Users who need bulk data export or batch processing

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/121/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 confirmed) and pricing is clear ($0.02 USDC on Base). However, there is zero documentation on request/response schemas, no OpenAPI spec, no example payloads, and the endpoint deals with highly sensitive PII (SSN) with no stated compliance or data provenance information. The docs, pricing, and README pages all returned only 'Connect wallet' with no useful content.

Warnings

  • Endpoint returns Social Security Numbers — highly regulated PII. No compliance documentation, data source, or legal framework is described by the provider.
  • No request or response schema is documented; behavior must be inferred entirely from the URL path.
  • All documentation pages (docs, pricing, README, api) returned only 'Connect wallet' with no substantive content.
  • It is unclear whether this data is real, synthetic, or demo. Do not use in production without verifying data provenance and legal authorization.
  • The provider site lists many diverse API categories (AI, finance, infrastructure) all at $0.02 — the breadth and uniformity may indicate a demo or placeholder service.

Citations

Provenance

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

Agent access