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 (ID 4) behind an x402 paywall. It accepts POST requests and settles payments 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, crypto, and utility services — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. This specific endpoint is part of what appears to be a demo or sample employee data API. No OpenAPI schema, request body documentation, or response examples were found in the crawled material; the docs, pricing, and API pages all returned only a "Connect wallet" prompt with no further content.
Given the sensitive nature of SSN data, consumers should exercise caution. It is unclear whether this endpoint returns real, synthetic, or placeholder data. No privacy policy, terms of service, or data-source documentation was found in the crawl.
Capabilities
Use cases
- —Retrieving employee SSN data behind a micropayment wall
- —Demonstrating x402 payment protocol integration with sensitive data endpoints
- —Testing pay-per-call data access patterns on Base network
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing on-demand employee data lookups with crypto micropayments
- —Testing micropayment-gated API workflows
Not for
- —Production identity verification (no documentation on data provenance or compliance)
- —Bulk SSN lookups (single employee ID hardcoded in path)
- —Users without USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/4/ssn \
-H "X-PAYMENT: <x402_payment_header>" \
-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 request/response documentation, no examples, and the docs pages are empty. The endpoint deals with highly sensitive PII (SSN) with zero documentation on data provenance, compliance, or whether data is real or synthetic.
Warnings
- —Endpoint returns SSN data — highly sensitive PII. No privacy policy, compliance documentation, or data-source provenance found.
- —No OpenAPI schema or response examples available; request body format is unknown.
- —Docs, pricing, and API pages returned only 'Connect wallet' with no substantive content.
- —It is unclear whether the data returned is real, synthetic, or placeholder.
- —Endpoint path is hardcoded to employee ID 4; unclear if other IDs are supported.
Citations
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/employees/4/ssn
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/employees/4/ssn
- —All APIs priced at $0.02 per request with no API keys, no rate limits, instant accesshttps://lowpaymentfee.com
- —Provider offers APIs across data analytics, AI/ML, finance, crypto, and infrastructure categorieshttps://lowpaymentfee.com