x402basequality 0.35

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

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to employee data records via the x402 payment protocol. The specific resource `/api/v1/employees/147` returns JSON data for employee ID 147 when called with a POST request and a valid X-PAYMENT header containing a USDC micropayment on the Base network.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request. Payment is handled natively via x402: no API keys, no accounts, no rate limits. The caller simply attaches a USDC payment (on Base L2) in the request header and receives the response immediately.

The x402 challenge confirms the endpoint is live and accepts the "exact" payment scheme on the Base network. The asset address `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` corresponds to USDC on Base. The maxAmountRequired of 20000 base units equals $0.02 (USDC uses 6 decimals). Documentation beyond the landing page is essentially empty (all sub-pages just show "Connect wallet"), so the exact schema of the employee record returned is unknown.

Capabilities

x402-paymentusdc-baseemployee-datapay-per-callno-api-keyjson-response

Use cases

  • Retrieving employee records by ID in an automated agent workflow
  • Demonstrating x402 micropayment integration on Base
  • Building paywall-gated data services without traditional auth

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need on-demand employee data without API key management
  • Low-volume, pay-as-you-go data access

Not for

  • Bulk employee data exports (single-record endpoint, $0.02 each)
  • Users without a Base-network USDC wallet
  • Production HR systems needing guaranteed SLAs (no documented uptime guarantees)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no example responses, and no description of what the employee data object contains. All doc/pricing/README pages return only 'Connect wallet' with no useful content.

Warnings

  • No documentation available — all doc pages render only 'Connect wallet'
  • No OpenAPI or output schema provided; the structure of the employee record is unknown
  • The /api/v1/employees/147 path is not listed among the advertised APIs on the landing page, so its purpose and data contents are unclear
  • No SLA, rate-limit, or uptime guarantees documented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 19:52:32Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-25

Agent access