Retrieve employee SSN data via x402 micropayment on Base network for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns employee Social Security Number (SSN) data for a specific employee record (employee ID 18). It is part of a broader suite of pay-per-request APIs offered by lowpaymentfee.com, all gated behind the x402 payment protocol. Payment is settled in USDC on the Base network.
The x402 challenge confirms the endpoint is live and accepts POST requests. The maxAmountRequired is 20000 base units of USDC (which uses 6 decimals), equating to $0.02 per request. The provider advertises a flat $0.02/request pricing across all their endpoints, with no API keys, no rate limits, and instant access. No OpenAPI schema, detailed documentation, or example responses were found beyond the x402 challenge itself.
This endpoint raises significant concerns. It purports to return personally identifiable information (a Social Security Number), which is highly regulated data in the United States. There is no documentation explaining the data source, whether the data is synthetic/test data, or what legal basis exists for its distribution. Prospective consumers should exercise extreme caution and verify the legitimacy and legality of this data before use.
Capabilities
Use cases
- —Retrieving employee SSN data for a specific employee record
- —Testing x402 payment protocol integration with a data endpoint
- —Demonstrating pay-per-request micropayment flows on Base
Fit
Best for
- —Developers testing x402 payment protocol integrations
- —Exploring micropayment-gated API patterns on Base network
Not for
- —Production use involving real PII without legal compliance verification
- —Any use case requiring documented data provenance or regulatory compliance
- —Bulk data retrieval (single employee ID hardcoded in path)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/18/ssn \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) with clear pricing, but there is no OpenAPI schema, no documentation, no example responses, and the endpoint deals with highly sensitive PII (SSN) with no explanation of data provenance or legality. The crawled docs/pricing/API pages returned only 'Connect wallet' with no substantive content.
Warnings
- —Endpoint claims to return Social Security Numbers — highly regulated PII in the US. No documentation on data source, legality, or whether data is synthetic.
- —No OpenAPI schema or response examples available; actual response format is unknown.
- —Documentation pages (/docs, /api, /pricing, /README) returned no meaningful content beyond 'Connect wallet'.
- —Data provenance and compliance status are completely undocumented — use at your own legal risk.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/employees/18/ssn
- —The provider advertises $0.02/request flat pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/employees/18/ssn