x402basequality 0.30

Pay-per-call employee data API on Base via x402 — $0.02/request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to employee data (specifically employee ID 42) via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call APIs across categories including data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced uniformly at $0.02 per request. The specific `/api/v1/employees/42` route appears to be a sample or demo resource; the landing page does not list it among the advertised API categories, so it may serve as a test/example endpoint.

Documentation is extremely sparse. The docs, pricing, API, 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 description of what fields the employee resource contains. The x402 challenge confirms the endpoint is live and accepting payment-gated POST requests, but the actual response payload structure is unknown.

Capabilities

x402-paymentusdc-basepay-per-callemployee-datajson-responseno-api-keyno-rate-limit

Use cases

  • Retrieving employee record data on a per-call payment basis
  • Testing x402 payment protocol integrations with a low-cost endpoint
  • Demonstrating pay-per-use API patterns without API key provisioning

Fit

Best for

  • Developers experimenting with x402 payment flows
  • Agents that need on-demand data access without subscription commitments
  • Low-volume, pay-as-you-go data retrieval

Not for

  • Production employee/HR data needs (no documented schema or SLA)
  • High-volume bulk data export (per-call pricing adds up)
  • Users who need detailed API documentation before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/42 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The x402 challenge confirms the endpoint is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation on request parameters, response schema, or what the employee resource actually contains. Docs pages are empty. The endpoint is not listed on the provider's own landing page, suggesting it may be a demo/test route.

Warnings

  • No OpenAPI schema or response examples available
  • Documentation pages (docs, pricing, README) render only 'Connect wallet' with no content
  • The /api/v1/employees/42 endpoint is not listed among the provider's advertised APIs — may be a test/demo resource
  • Actual response payload structure is completely unknown

Citations

Provenance

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

Agent access