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 records via a simple POST request, gated by the x402 payment protocol. The specific resource `/api/v1/employees/73` returns JSON data for employee ID 73. 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 — access is granted purely through the x402 payment header.

The provider, lowpaymentfee.com, hosts a broader catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all priced at $0.02 per request. However, the specific endpoint being listed here is an employee data resource. The x402 challenge confirms the endpoint is live and accepting payments. 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.

Because there is no OpenAPI spec, no response schema documentation, and no example payloads available, agents calling this endpoint will need to discover the response format empirically. The endpoint accepts POST requests and returns application/json content.

Capabilities

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

Use cases

  • Retrieving employee records on-demand with per-call USDC micropayments
  • Integrating employee data into agent workflows without managing API keys
  • Demonstrating x402 payment protocol integration on Base network

Fit

Best for

  • Agents that need keyless, pay-as-you-go access to employee data
  • Developers experimenting with x402 payment-gated APIs
  • Workflows requiring single-record employee lookups

Not for

  • Bulk employee data exports or batch processing (single-record endpoint)
  • Users without Base network USDC for payment settlement
  • Applications requiring well-documented response schemas before integration

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and confirms pricing and payment details, but there is no OpenAPI spec, no response schema, no example requests or responses, and all documentation pages are empty stubs. The purpose of the specific employee endpoint is only inferable from the URL path.

Warnings

  • No OpenAPI or response schema available — response format is unknown
  • All documentation pages (/docs, /api, /pricing, /README) return only 'Connect wallet' with no actual content
  • The endpoint path suggests a fixed employee ID (73); it is unclear whether other IDs are available or what the full employee schema looks like
  • The broader site advertises many API categories but this specific endpoint is an employee record, which is not listed on the landing page catalog

Citations

Provenance

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

Agent access