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 (employee ID 94) 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, 6 decimals), which equals $0.02 per request. 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 endpoint was live at probe time, returning a well-formed 402 challenge with x402Version 1 and a 300-second payment timeout.

The provider (lowpaymentfee.com) hosts a broad catalog of x402-gated endpoints spanning data analytics, AI/ML inference, finance, and utility services — all at the same $0.02 price point. Documentation pages beyond the landing page returned only a "Connect wallet" stub, so there is no detailed schema documentation for request body parameters or response format for this specific SSN endpoint.

Capabilities

x402-paymentusdc-baseemployee-datassn-lookupjson-responseper-request-micropayment

Use cases

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

Fit

Best for

  • Developers needing on-demand SSN retrieval without API key management
  • Agents that can settle USDC micropayments on Base
  • Low-volume, pay-per-use access to sensitive employee records

Not for

  • Bulk employee data exports (single-record endpoint for employee 94 only)
  • Users who cannot transact in USDC on the Base network
  • Use cases requiring detailed API documentation or OpenAPI specs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no OpenAPI schema, no request/response documentation, no examples, and the docs pages are empty stubs. The endpoint path is hardcoded to a single employee ID (94), and the nature of the data returned is unclear beyond the path name. This is effectively a stub listing.

Warnings

  • This endpoint appears to serve sensitive PII (Social Security Numbers). Consumers should ensure compliance with applicable privacy regulations (e.g., HIPAA, state SSN protection laws).
  • No API documentation is available — docs, pricing, and README pages all return only a 'Connect wallet' stub.
  • The endpoint path is hardcoded to employee ID 94; it is unclear whether other employee IDs are supported or how to discover them.
  • The legitimacy and source of the employee data is unknown. This could be synthetic/demo data.
  • No request body schema or response schema is documented anywhere.

Citations

Provenance

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

Agent access