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 110) behind an x402 paywall. The endpoint accepts POST requests and is settled in USDC on the Base network. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02 per request.
The provider 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 call. This particular endpoint is part of what appears to be a demo or sample employee data API. No API keys or rate limits are advertised; access is granted purely through x402 payment. The response MIME type is application/json.
IMPORTANT: This endpoint returns personally identifiable information (SSN). Consumers should exercise extreme caution regarding legal and regulatory compliance (e.g., FCRA, state privacy laws) before programmatically accessing or storing SSN data. The legitimacy and source of the underlying data is unknown from the available documentation.
Capabilities
Use cases
- —Retrieving employee SSN for identity verification workflows
- —Programmatic access to sensitive employee records behind a paywall
- —Demonstrating x402 micropayment protocol for data access
Fit
Best for
- —Developers exploring x402 payment protocol integrations
- —Agents needing per-call access to employee PII without API key management
- —Testing x402 payment flows with a live endpoint
Not for
- —Production use involving real SSN data without thorough legal review
- —Bulk data export or batch processing (per-request pricing, no batch endpoint)
- —Users who need HIPAA/FCRA-compliant data handling guarantees
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/110/ssn \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
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 format, no examples, and the docs/pricing/README pages are all empty beyond a 'Connect wallet' prompt. The endpoint deals with highly sensitive PII (SSN) with no documentation on data provenance or compliance.
Warnings
- —Endpoint returns personally identifiable information (SSN) — legal and regulatory compliance (FCRA, state privacy laws) is the caller's responsibility.
- —No documentation exists for request body format or response schema — behavior must be discovered empirically.
- —Data provenance is entirely unknown; it is unclear whether this is synthetic/demo data or real employee records.
- —The docs, pricing, and README pages on the provider site are effectively empty (only show 'Connect wallet').
- —This appears to be a demo or test platform; reliability and data authenticity are unverified.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/employees/110/ssn
- —The provider advertises $0.02 per request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/employees/110/ssn