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 64) 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 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 is part of what appears to be a demo or sample employee data API. The response MIME type is application/json.
Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what fields are returned or what input the POST body expects. The endpoint is live (402 challenge confirmed), but the actual data served and its legitimacy should be carefully evaluated given the sensitive nature of SSN data.
Capabilities
Use cases
- —Retrieving employee SSN data for payroll or HR integrations
- —Demonstrating x402 micropayment protocol with sensitive data endpoints
- —Agent-driven data retrieval with per-call crypto payment
Fit
Best for
- —Developers testing x402 payment flows on Base
- —Agents needing pay-per-call access to structured employee data
- —Scenarios requiring no-signup, keyless API access
Not for
- —Production use involving real PII without verifying data provenance and compliance
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —Bulk data retrieval where per-call pricing is inefficient
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/64/ssn \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live with a valid x402 402 challenge, but documentation is essentially nonexistent — no OpenAPI schema, no request/response examples, no description of input parameters or output fields. The sensitive nature of SSN data with no provenance or compliance information is a significant concern.
Warnings
- —Endpoint serves Social Security Number data — verify legal compliance (FCRA, state privacy laws, GDPR if applicable) before use.
- —No documentation available: /docs, /api, /pricing, /README all return only a wallet-connect prompt.
- —No OpenAPI schema or request/response examples provided; input body format is unknown.
- —Data provenance is unclear — it is unknown whether this is synthetic/demo data or real PII.
- —This appears to be a demo/sample site; do not assume production-grade reliability or data accuracy.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/employees/64/ssn
- —The asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is USDC on Basehttps://lowpaymentfee.com/api/v1/employees/64/ssn
- —All APIs on the site are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation pages (/docs, /api, /pricing, /README) contain only a Connect wallet prompthttps://lowpaymentfee.com/docs