Retrieve employee SSN data via x402 micropayment on Base network for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns Social Security Number (SSN) data for a specific employee (ID 177) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on the Base network using the x402 "exact" scheme, with a maximum cost of $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — access is gated purely by per-call micropayment.
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, the specific endpoint in this listing is narrowly scoped: it serves SSN data for employee record 177. There is no OpenAPI schema, no documentation beyond the landing page, and the crawled docs/pricing/API pages returned only a wallet-connect prompt with no additional detail.
Because this endpoint exposes personally identifiable information (SSN), consumers should exercise extreme caution regarding legal compliance (e.g., FCRA, state privacy laws, GDPR if applicable). The legitimacy and provenance of the underlying data is unknown from the available materials.
Capabilities
Use cases
- —Retrieving SSN for a specific employee record via automated micropayment
- —Integrating PII lookups into agent workflows that settle payments on Base
- —Demonstrating x402 protocol payment flows with a live endpoint
Fit
Best for
- —Developers experimenting with x402 micropayment protocol
- —Agents needing per-call paid data access without API key management
- —Low-volume, on-demand PII retrieval (where legally permitted)
Not for
- —Bulk employee data exports or batch SSN lookups
- —Use cases where PII handling compliance cannot be verified
- —Users who need detailed documentation or OpenAPI schemas before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/177/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), but there is no OpenAPI schema, no response examples, no documentation beyond a landing page, and the endpoint exposes highly sensitive PII (SSN) with no information about data provenance or legal compliance.
Warnings
- —This endpoint exposes Social Security Numbers (PII). Legal compliance (FCRA, state privacy laws, GDPR) is the caller's responsibility and cannot be verified from available materials.
- —No documentation, OpenAPI schema, or example responses are available — the endpoint's actual behavior is unverified beyond the 402 challenge.
- —Data provenance and legitimacy are unknown. The SSN data may be synthetic/demo data or may raise serious legal and ethical concerns if real.
- —The crawled docs, pricing, API, and README pages all returned only a wallet-connect prompt with no substantive content.
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC payment on Base network, maxAmountRequired 20000 base unitshttps://lowpaymentfee.com/api/v1/employees/177/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/177/ssn