x402basequality 0.35

Pay-per-call employee data API on Base, settled in USDC via x402 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 (specifically employee record #13) via an x402-gated REST API. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost 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 broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 data (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request. However, this specific listing covers only the /api/v1/employees/13 endpoint, which appears to be a sample or demo resource returning employee data.

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 detailed field documentation available from the crawled material. The endpoint is confirmed live (402 challenge captured), but the actual response schema and required POST body are unknown.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-datarest-apipay-per-callno-api-key

Use cases

  • Retrieving employee record data on a per-call payment basis
  • Demonstrating x402 payment protocol integration with a simple REST endpoint
  • Agent-driven data retrieval without pre-provisioned API keys

Fit

Best for

  • Developers experimenting with x402 payment-gated APIs
  • Agents needing keyless, pay-per-call access to structured data
  • Testing x402 client implementations against a live endpoint

Not for

  • Bulk employee data retrieval or HR system integration (single-record endpoint)
  • Users who need detailed API documentation or OpenAPI specs before integrating

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs. The purpose of the /employees/13 endpoint is unclear and may be a demo resource.

Warnings

  • No OpenAPI or schema documentation available — request body and response format are unknown
  • All documentation pages (/docs, /pricing, /api, /README) return only a 'Connect wallet' prompt with no content
  • The /api/v1/employees/13 path does not appear in the site's own API listing, suggesting it may be a demo or test endpoint
  • Actual data returned by this endpoint is unverified

Citations

Provenance

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

Agent access