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 89) 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 given USDC's 6 decimals. This matches the site-wide pricing of $0.02 per request. The provider advertises no API keys, no rate limits, and instant access — payment is the only authentication mechanism. The payment timeout is 300 seconds.

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/request price point. Documentation pages beyond the landing page returned only a "Connect wallet" prompt with no additional technical detail, so the exact response schema and full input parameters are unknown.

Capabilities

x402-paymentusdc-baseemployee-ssn-lookupjson-responsepost-methodmicropayment

Use cases

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

Fit

Best for

  • Developers needing on-demand SSN data without API key management
  • Agents that can settle x402 micropayments on Base
  • Use cases where pay-per-request is preferable to subscription billing

Not for

  • Bulk retrieval of many employee records (no batch endpoint documented)
  • Users who cannot transact in USDC on the Base network
  • Scenarios requiring detailed documentation or guaranteed SLAs

Quick start

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

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 documented request/response body, and all docs pages return only 'Connect wallet' with no technical content. The endpoint path exposes a hardcoded employee ID (89) with no explanation of how to query other records. The nature of the data (SSN) raises regulatory concerns.

Warnings

  • Endpoint serves personally identifiable information (SSN) — verify compliance with applicable privacy regulations (e.g., CCPA, GLBA, SOC 2) before use.
  • No response schema or request body documentation is available; behavior must be inferred from the endpoint path alone.
  • The endpoint path is hardcoded to employee ID 89; it is unclear whether other employee IDs are supported or how to discover them.
  • All documentation pages beyond the landing page returned only 'Connect wallet' with no usable content.
  • The legitimacy and data source of the SSN data served by this endpoint is unverified.

Citations

Provenance

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

Agent access