x402basequality 0.25

x402-gated employee salary endpoint on Base, pay $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to employee salary data (specifically employee ID 32) behind an x402 paywall. It is part of a broader platform offering dozens of pay-per-request APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per call and settled in USDC on the Base network.

The endpoint accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers receive a 402 challenge containing the payment parameters (asset, network, amount, recipient address), construct an on-chain USDC micro-payment on Base, and attach the payment proof in the X-PAYMENT header. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. No API keys, subscriptions, or rate limits are advertised — access is purely pay-per-request.

Documentation is extremely sparse. The /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no explanation of what the salary endpoint actually returns. The endpoint's purpose (retrieving salary data for a hardcoded employee ID) is unusual and not documented beyond the URL path and the generic "Premium API Access" description. Prospective callers should treat this as a low-documentation, experimental service.

Capabilities

x402-paymentusdc-basepay-per-requestemployee-datajson-apimicro-payment

Use cases

  • Retrieving employee salary information for employee ID 32 via a single paid API call
  • Demonstrating x402 protocol integration with USDC micropayments on Base
  • Testing pay-per-request API consumption without API keys or subscriptions

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that can settle USDC micropayments on Base L2
  • Use cases needing keyless, pay-as-you-go API access

Not for

  • Production HR/payroll systems requiring documented, reliable salary APIs
  • Users who need detailed API documentation or OpenAPI specs
  • Callers without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/32/salary
# Returns 402 with x402 challenge. Attach payment proof:
# curl -X POST https://lowpaymentfee.com/api/v1/employees/32/salary \
#   -H "X-PAYMENT: <payment_proof>"

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), but there is zero documentation on request format, response schema, or what the endpoint actually returns. No OpenAPI spec, no examples, and the docs pages are empty. The specific resource (employee 32 salary) is unexplained and appears to be a demo or placeholder.

Warnings

  • No API documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet' with no content
  • No OpenAPI or request/response schema provided; callers cannot know what to send or what to expect back
  • The endpoint path references a hardcoded employee ID (32) with no explanation of whether other IDs are supported
  • The purpose and data source of the 'salary' endpoint are completely undocumented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 20:17:41Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-23

Agent access