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 (ID 65) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on the Base network at $0.02 per call (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required; access is gated entirely by the x402 payment protocol.
The provider site (lowpaymentfee.com) hosts a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance, and utility services, all priced at $0.02 per request. However, this specific endpoint exposes what appears to be personally identifiable information (an employee's SSN). The crawled documentation pages are essentially empty (showing only a "Connect wallet" prompt), so there is no further detail on request parameters, response schema, or data provenance.
Because this endpoint purports to serve Social Security Numbers — highly sensitive PII — users should exercise extreme caution. There is no documentation explaining the legitimacy of the data, whether it is synthetic/test data, or what legal framework governs its use. The endpoint is live and responds with a valid x402 challenge, but the nature of the data it claims to serve raises significant regulatory and ethical concerns.
Capabilities
Use cases
- —Retrieving employee SSN records (if legitimate and authorized)
- —Testing x402 payment protocol integrations
- —Demonstrating pay-per-call API patterns on Base network
Fit
Best for
- —Developers testing x402 payment flows
- —Agents exploring micropayment-gated data endpoints
Not for
- —Unauthorized access to real PII — verify data legitimacy before use
- —Production use without confirming regulatory compliance (GDPR, CCPA, etc.)
- —Anyone seeking documented, well-specified APIs — docs are essentially absent
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/65/ssn \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but documentation is completely absent (all doc pages show only 'Connect wallet'). There is no request/response schema, no explanation of the data, and the endpoint claims to serve highly sensitive PII (SSN) with no provenance or legal context. This is effectively a stub listing with serious regulatory red flags.
Warnings
- —Endpoint claims to serve Social Security Numbers (SSN) — highly sensitive PII. No documentation explains whether data is real, synthetic, or authorized for distribution.
- —Potential violation of privacy regulations (CCPA, GDPR, state SSN protection laws). Use at your own legal risk.
- —All documentation pages are empty beyond a 'Connect wallet' prompt — no schema, no usage guide, no terms of service.
- —No OpenAPI spec or output schema available beyond the x402 challenge metadata.
- —Data provenance and legitimacy are completely unknown.
Citations
- —Endpoint returns a valid x402 challenge with maxAmountRequired of 20000 in USDC on Base networkhttps://lowpaymentfee.com/api/v1/employees/65/ssn
- —All APIs on the site are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/employees/65/ssn
- —Documentation pages show only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs