x402basequality 0.30

x402-gated employee data endpoint on Base, pay $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to an employee record (ID 44) behind an x402 payment wall. It is part of a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request settled in USDC on the Base network.

The specific resource `/api/v1/employees/44` is not listed on the provider's landing page among the advertised API categories (Data & Analytics, AI & ML, Finance & Web3, Infrastructure), so it may be an unlisted or demo endpoint. The x402 challenge confirms it is live: it accepts POST requests, requires an exact-scheme payment of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals → $0.02), and returns application/json. No API keys or rate limits are advertised; authentication is handled entirely via the X-PAYMENT header per the x402 protocol.

Documentation beyond the landing page is extremely thin — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no description of what fields the employee record contains. Consumers should expect a JSON object but will need to discover the schema empirically.

Capabilities

x402-paymentusdc-baseper-call-pricingemployee-datajson-responseno-api-keypost-method

Use cases

  • Retrieving employee record data on a per-call payment basis
  • Demonstrating x402 payment protocol integration on Base
  • Programmatic access to structured employee information without API key management

Fit

Best for

  • Developers experimenting with x402 payment-gated APIs
  • Agents that need on-demand data access without subscription commitments
  • Projects already using USDC on Base that want frictionless pay-per-call

Not for

  • Bulk employee data retrieval (no batch endpoint documented)
  • Production HR systems requiring well-documented schemas and SLAs
  • Users without a Base-compatible wallet or USDC balance

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the specific /employees/44 resource is not listed among the provider's advertised APIs. Effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • The /api/v1/employees/44 endpoint is not listed among the provider's advertised APIs; it may be a demo or unlisted resource
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no technical content
  • No SLA, rate-limit, or uptime guarantees documented

Citations

Provenance

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

Agent access