x402basequality 0.25

Retrieve employee SSN data via x402 micropayment on Base network for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns employee Social Security Number (SSN) data for a specific employee record (employee ID 16). It is part of a broader suite of x402-protocol APIs offered by the provider, all priced at $0.02 per request and settled in USDC on the Base network. The endpoint uses the x402 payment protocol: callers receive a 402 challenge and must include an X-PAYMENT header with a valid payment proof to access the resource.

The x402 challenge confirms the endpoint is live and accepts POST requests. The maximum amount required is 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimal places. No API keys or rate limits are advertised; access is gated purely by per-request micropayment. The response MIME type is application/json.

Important caveat: this endpoint purports to return SSN data, which is highly sensitive personally identifiable information (PII). The provider's documentation is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further detail. There is no OpenAPI schema, no example request/response, and no information about the data source, accuracy, or legal basis for distributing SSN data. Prospective users should exercise extreme caution and verify compliance with applicable privacy and data protection regulations before using this endpoint.

Capabilities

x402-paymentusdc-base-networkemployee-data-lookupssn-retrievalper-request-micropaymentjson-response

Use cases

  • Retrieving SSN data for employee ID 16 via automated micropayment
  • Integrating employee identity verification into agent workflows
  • Demonstrating x402 protocol payment flows with real endpoints

Fit

Best for

  • Developers experimenting with x402 payment protocol on Base
  • Agents that need to programmatically pay for and retrieve structured data
  • Testing micropayment-gated API access patterns

Not for

  • Production PII lookups without verified legal compliance and data provenance
  • Users who need bulk employee data across many IDs (only ID 16 is in this endpoint path)
  • Anyone seeking free or API-key-based access without crypto wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/16/ssn \
  -H "X-PAYMENT: <x402-payment-proof>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, no documentation beyond a wallet-connect prompt, and the data being sold (SSN) raises serious regulatory red flags with zero provenance information.

Warnings

  • Endpoint claims to return Social Security Number data — highly regulated PII. No information on data source, legal basis, or compliance with privacy laws (e.g., FCRA, GLBA, state privacy statutes).
  • Documentation is effectively nonexistent: docs, pricing, API, and README pages all show only 'Connect wallet' with no further content.
  • No OpenAPI schema or example responses available; actual response format is unknown.
  • Endpoint path is hardcoded to employee ID 16; unclear if other employee IDs are supported or if this is demo/test data.
  • No information about data accuracy, freshness, or whether this is synthetic/test data versus real PII.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 20:02:27Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-24

Agent access