x402basequality 0.35

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

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at lowpaymentfee.com serves employee data (specifically record #88) behind a micropayment wall. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum charge of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The provider, lowpaymentfee.com, hosts a broader catalog of pay-per-call APIs spanning data/analytics, AI/ML (sentiment, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, gas estimates), and infrastructure utilities (geocoding, validation, conversion). All endpoints appear to share the same $0.02/request pricing model on Base. However, the specific endpoint being listed here (/api/v1/employees/88) is not prominently documented on the provider's landing page, and no detailed schema or example response is available for it.

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 spec, no response schema, and no example payloads available. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the actual data returned after payment is unknown.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-datapay-per-callno-api-keyjson-response

Use cases

  • Fetching employee record data on-demand with per-call USDC micropayments
  • Agent-driven data retrieval without pre-registration or API key management
  • Demonstrating x402 payment protocol integration on Base network

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing keyless, pay-per-call data access
  • Low-volume lookups where subscription pricing is overkill

Not for

  • High-volume bulk employee data retrieval (no documented batch endpoint)
  • Users who need detailed API documentation or guaranteed SLAs
  • Anyone without a Base-network USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 x402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no response schema, no example payloads, and the /employees/88 path is not documented on the provider's site. Documentation pages are effectively empty. This is a stub-level listing.

Warnings

  • The /api/v1/employees/88 endpoint is not listed on the provider's landing page among their advertised APIs
  • All documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no content
  • No response schema or example response is available — the shape of returned data is unknown
  • The endpoint targets a hardcoded employee ID (88); it is unclear if other IDs are supported or what the data contains

Citations

Provenance

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

Agent access