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 154) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) at a cost of $0.02 per request (20,000 base units with 6 decimals).
The provider site lowpaymentfee.com hosts a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per call. The site advertises no API keys, no rate limits, and instant access. However, documentation pages (/docs, /pricing, /README) returned only a "Connect wallet" prompt with no substantive content, so there is no schema documentation, example payloads, or response format details available for this specific endpoint.
This particular endpoint exposes personally identifiable information (an SSN), which raises significant regulatory and ethical concerns. Consumers should exercise extreme caution and ensure compliance with applicable privacy laws (e.g., FCRA, state data-breach statutes) before calling this endpoint. The legitimacy and legality of this data source is unverified.
Capabilities
Use cases
- —Retrieving employee SSN for identity verification workflows
- —Programmatic access to sensitive employee records
- —Demonstrating x402 micropayment protocol integration
Fit
Best for
- —Developers experimenting with x402 payment protocol on Base
- —Automated identity verification pipelines (with proper legal authorization)
- —Testing micropayment-gated API consumption
Not for
- —Unauthorized access to personal data — strict legal compliance required
- —Production PII lookups without verified data provenance and legal basis
- —Users who need detailed API documentation or response schema guarantees
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/154/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 zero documentation on request/response schemas, no examples, and the docs pages are empty. The endpoint exposes PII (SSN) with no verifiable legal basis, which is a major red flag.
Warnings
- —Endpoint exposes personally identifiable information (Social Security Numbers) — verify legal authorization and compliance with FCRA, state privacy laws, and other regulations before use.
- —No documentation available: /docs, /pricing, and /README pages returned only 'Connect wallet' with no content.
- —No request or response schema is documented; behavior must be inferred entirely from the URL path.
- —Data provenance and legitimacy of the SSN data is completely unverified.
- —No OpenAPI spec, no AI plugin manifest, no agents.txt found.
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base network at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/employees/154/ssn
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/employees/154/ssn
- —Site advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages (/docs, /pricing, /README) returned only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs