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 SSN (Social Security Number) data for a specific employee record (ID 109) behind an x402 paywall. The endpoint accepts POST requests and is settled in USDC on the Base network. The x402 challenge confirms the endpoint is live and requires a payment of 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) per request.
The provider lowpaymentfee.com hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, and utility services, all priced at $0.02 per request with no API keys, no rate limits, and no commitments. This particular endpoint falls outside those advertised categories and appears to serve sensitive personally identifiable information (an employee's SSN). No documentation, request schema, or response schema is available beyond the x402 challenge metadata. The docs, pricing, and API pages on the site return only a "Connect wallet" prompt with no further technical detail.
Because this endpoint exposes what purports to be a Social Security Number — highly regulated PII in the United States — users should exercise extreme caution. There is no indication of authorization controls, compliance certifications, or data provenance. The data may be synthetic/demo data, but this is not confirmed anywhere in the available material.
Capabilities
Use cases
- —Retrieving employee SSN records in a pay-per-call model (if authorized and compliant)
- —Demonstrating x402 micropayment protocol integration on Base
- —Testing x402 payment flows with a live endpoint
Fit
Best for
- —Developers experimenting with x402 protocol payments on Base
- —Testing micropayment-gated API access patterns
- —Prototyping pay-per-call data retrieval workflows
Not for
- —Production use involving real SSNs without verified compliance and authorization
- —Any use case requiring HIPAA, SOC 2, or other PII-handling certifications
- —Bulk data export or high-volume lookups (no documented batch support)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/109/ssn \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, no examples, and the endpoint serves highly sensitive PII (SSN) with no visible compliance or authorization framework. The rest of the site's docs pages are empty beyond a wallet-connect prompt.
Warnings
- —Endpoint purports to return Social Security Numbers — highly regulated PII in the US. No compliance certifications, data provenance, or authorization controls are documented.
- —No request or response schema available; input/output format is entirely unknown.
- —Site documentation pages (docs, pricing, API, README) are effectively empty, returning only a 'Connect wallet' prompt.
- —Data may be synthetic/demo but this is not confirmed — treat with extreme caution.
- —This specific endpoint (/employees/109/ssn) is not listed among the provider's advertised API categories on the homepage.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 in USDC (asset 0x8335…) on Base network, equating to $0.02.https://lowpaymentfee.com/api/v1/employees/109/ssn
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —Documentation, pricing, API, and README pages return only a 'Connect wallet' prompt with no technical content.https://lowpaymentfee.com/docs