x402basequality 0.30

Pay-per-call employee salary data endpoint on Base via x402, settled in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at lowpaymentfee.com provides access to employee salary data via a simple POST request. The specific resource `/api/v1/employees/111/salary` returns salary information for employee ID 111 in JSON format. Payment is handled inline using the x402 protocol on the Base network, settling in USDC (contract 0x8335…2913).

The endpoint charges a maximum of 0.02 USDC per request (20,000 base units with 6 decimals), consistent with the provider's site-wide flat pricing of $0.02/request. No API keys or accounts are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof. The provider advertises no rate limits and instant access.

The broader lowpaymentfee.com platform hosts a variety of x402-gated APIs spanning data/analytics, AI/ML inference, finance/Web3, and utility services, all at the same $0.02/call price point. Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no detailed documentation for any endpoint, including this one. The actual data returned by this salary endpoint is unknown beyond the declared MIME type of application/json.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-salary-datapay-per-callno-api-key

Use cases

  • Retrieving salary information for a specific employee on demand
  • Integrating pay-per-call salary data into HR or payroll workflows
  • Agent-driven lookups of compensation data without pre-registration

Fit

Best for

  • Developers wanting zero-signup, pay-per-call access to salary data
  • AI agents that can settle x402 payments on Base in USDC
  • Prototyping x402 payment flows with a low-cost endpoint

Not for

  • Production HR systems requiring documented, stable API contracts
  • Bulk salary data exports or batch processing
  • Users who cannot transact in USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is zero documentation, no OpenAPI schema, no request/response examples, and the docs pages are empty. The purpose and data format of the salary endpoint can only be guessed from the URL path.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or JSON schema describing request parameters or response format.
  • No example responses available; actual data returned is unknown.
  • The endpoint path suggests employee PII (salary data) — regulatory and privacy implications are unclear.
  • The broader platform lists many endpoints but none appear to have public documentation.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 19:35:51Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-23

Agent access