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 specific employee record (ID 197) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on the Base network using the x402 "exact" scheme.

The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 USD (USDC uses 6 decimals). The provider's landing page confirms a flat $0.02/request pricing model across all their API endpoints, with no API keys, no rate limits, and instant access.

The broader lowpaymentfee.com platform offers additional endpoint categories including data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 data (price feeds, exchange rates, gas estimates), and infrastructure utilities (geocoding, validation, conversion). All endpoints share the same $0.02 per-request pricing. Documentation pages beyond the landing page were largely empty (showing only a "Connect wallet" prompt), so detailed request/response schemas for this specific SSN endpoint are not available.

Capabilities

x402-paymentusdc-baseemployee-datassn-lookupper-request-micropaymentjson-responsepost-method

Use cases

  • Retrieving employee SSN for payroll or HR verification workflows
  • Programmatic access to sensitive employee identifiers behind a paywall
  • Agent-driven identity verification requiring SSN data

Fit

Best for

  • Automated HR or payroll systems needing on-demand SSN retrieval
  • AI agents that can settle x402 USDC payments on Base
  • Low-volume, pay-per-use access to sensitive employee records

Not for

  • Bulk SSN lookups (no documented batch endpoint)
  • Users without a Base-compatible USDC wallet
  • Applications requiring detailed API documentation or OpenAPI specs (docs are sparse)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, no documentation beyond a landing page, and the endpoint serves highly sensitive PII (SSN) with no visible compliance or authorization framework. The specific employee ID (197) is hardcoded in the URL, and it's unclear whether other IDs are supported or what the response format looks like.

Warnings

  • This endpoint exposes Social Security Numbers (PII/regulated data). Verify compliance with applicable privacy laws (e.g., HIPAA, state SSN protection statutes) before use.
  • No API documentation, OpenAPI spec, or response schema is available — the docs, API, pricing, and README pages all returned only a 'Connect wallet' prompt.
  • It is unclear whether this is real employee data or synthetic/demo data. Exercise extreme caution.
  • The endpoint path is hardcoded to employee ID 197; it is unknown whether other employee IDs are supported.
  • No authentication or authorization mechanism beyond payment is documented, raising concerns about access control for sensitive data.

Citations

Provenance

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

Agent access