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 record ID 89) 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 advertises multiple API categories including data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request. However, the specific endpoint being listed here (/api/v1/employees/89) is not documented on the provider's landing page among the advertised APIs. Its exact response schema and the nature of the employee data it returns are unknown; the only confirmed details come from the x402 challenge itself.

The endpoint is live and returns a well-formed x402 challenge (version 1, scheme "exact"). The payment recipient address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a maximum timeout of 300 seconds. Documentation on the site is essentially empty beyond the landing page catalog — the /docs, /pricing, and /README pages all render only a "Connect wallet" prompt with no substantive content.

Capabilities

x402-paymentusdc-baseemployee-datapay-per-requestjson-response

Use cases

  • Retrieving employee record data on-demand with per-call USDC payment
  • Integrating employee information into agent workflows without API key management
  • Demonstrating x402 payment protocol integration on Base network

Fit

Best for

  • Developers experimenting with x402 pay-per-call protocols
  • Agents needing on-demand employee data without subscription commitments
  • Projects already operating on the Base network with USDC

Not for

  • Production HR systems requiring documented schemas and SLAs
  • Bulk employee data retrieval (pay-per-call at $0.02 adds up)
  • Users who need detailed API documentation before integrating

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, but the specific /employees/89 path is not listed among the provider's advertised APIs. There is no documentation, no response schema, no example payloads, and the docs/pricing/README pages are all empty. The nature of the data returned is entirely unknown.

Warnings

  • The /api/v1/employees/89 endpoint is not listed among the provider's advertised APIs on the landing page — it may be a test or demo endpoint.
  • No documentation exists for this endpoint: /docs, /pricing, and /README pages are empty.
  • Response schema is completely unknown — no outputSchema fields beyond the input method are provided.
  • The employee data returned may contain PII or sensitive HR information; verify compliance requirements before use.

Citations

Provenance

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

Agent access