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 a simple POST request, paid per call using the x402 protocol. The specific resource `/api/v1/employees/17` returns JSON data for employee ID 17. Payment is settled on the Base network using USDC (contract 0x8335…2913) with an exact-scheme challenge requiring up to 20,000 base units (i.e., $0.02 per request, since USDC uses 6 decimals).

The provider lowpaymentfee.com hosts a broader suite of APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. The x402 challenge was successfully captured (HTTP 402 with valid accepts payload), confirming the endpoint is live. However, documentation is extremely thin: the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available.

Because the endpoint path suggests a RESTful resource for a specific employee record and the MIME type is application/json, the response likely contains structured employee data fields (name, role, department, etc.), but the exact schema is unknown. The lack of documentation makes integration speculative beyond the x402 payment mechanics.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-datarest-apiper-call-pricingno-api-key

Use cases

  • Retrieving employee records on demand with per-call micropayments
  • Integrating employee data into agent workflows without API key management
  • Demonstrating x402 payment protocol for data access

Fit

Best for

  • Developers experimenting with x402 pay-per-call protocols
  • Agents needing on-demand employee data without subscription commitments
  • Low-volume data lookups where per-request pricing is economical

Not for

  • High-volume bulk employee data exports (no batch endpoint documented)
  • Production HR systems requiring guaranteed SLAs and detailed documentation
  • Use cases needing authenticated sessions or complex query parameters

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and well-formed, confirming the endpoint exists and accepts payment. However, there is no OpenAPI spec, no request/response schema, no example payloads, and all documentation pages render only 'Connect wallet' with no content. The specific employee data endpoint is not mentioned on the landing page, making its behavior entirely inferred from the URL pattern.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • Docs, pricing, API, and README pages all render only 'Connect wallet' with no useful content
  • The /api/v1/employees/ path is not listed among the provider's advertised APIs on the landing page
  • Response schema is completely unknown — no example responses available
  • Endpoint may be a demo or test resource rather than a production data source

Citations

Provenance

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

Agent access