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 specific employee record (employee ID 32) 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 valid 402 challenge.

This endpoint is part of a broader platform (lowpaymentfee.com) that offers data & analytics, AI/ML inference, finance/Web3, and infrastructure utility APIs — all at the same $0.02 price point. However, this specific endpoint deals with sensitive personally identifiable information (SSN). No documentation beyond the landing page was available; the docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content.

Capabilities

x402-paymentusdc-base-networkemployee-data-lookupssn-retrievaljson-responseper-request-micropayment

Use cases

  • Retrieving employee SSN for payroll or HR verification workflows
  • Programmatic access to sensitive employee records with per-call payment
  • Agent-driven identity verification requiring SSN data

Fit

Best for

  • Developers needing pay-per-call access to employee PII without API key management
  • Automated HR or compliance workflows requiring SSN lookups
  • x402-compatible agents on the Base network

Not for

  • Bulk data export of employee records (single-record endpoint, no batch support evident)
  • Users who need comprehensive employee profile data beyond SSN
  • Anyone without USDC on Base network for payment

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (valid 402 challenge), but there is no documentation, no request/response schema, no examples, and the endpoint path is hardcoded to a single employee ID (32). The docs pages are empty. The endpoint serves highly sensitive PII (SSN) with no visible access controls beyond payment, which is a significant concern.

Warnings

  • This endpoint returns Social Security Numbers (SSN), which is highly sensitive PII subject to strict regulations (e.g., FCRA, state privacy laws). Use with extreme caution and ensure legal compliance.
  • No documentation, request schema, or response schema is available — behavior must be inferred entirely from the URL path and x402 challenge.
  • The endpoint path is hardcoded to employee ID 32; it is unclear whether other employee IDs are supported or how the broader API is structured.
  • Docs, pricing, API, and README pages all returned only 'Connect wallet' with no substantive content.
  • No OpenAPI spec or AI plugin manifest was found.

Citations

Provenance

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

Agent access