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 the x402 payment protocol. The specific resource `/api/v1/employees/4` returns JSON data for employee ID 4 when called with a valid x402 payment header. 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).

The provider lowpaymentfee.com hosts a broader suite of pay-per-call APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request. The platform advertises no API keys, no rate limits, and instant access. However, the specific `/api/v1/employees/{id}` endpoint is not listed on the provider's landing page among the advertised API categories, so its exact response schema and data source are unclear.

The endpoint is live and returns a proper x402 challenge (HTTP 402) when called without payment. It accepts POST requests and returns application/json. No OpenAPI spec, detailed documentation, or example responses were found in the crawl — the docs, pricing, and README pages all rendered only a "Connect wallet" prompt with no substantive content.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-datajson-apipay-per-call

Use cases

  • Retrieving individual employee records by ID via a micropayment-gated API
  • Integrating employee data lookups into agent workflows that support x402 payments
  • Demonstrating x402 protocol usage for pay-per-call data access

Fit

Best for

  • Developers experimenting with x402 payment protocol integrations
  • Agents needing on-demand employee data without API key management
  • Low-volume, pay-as-you-go data retrieval on Base network

Not for

  • Bulk employee data exports or high-volume batch processing (no documented batch endpoint)
  • Users who need detailed API documentation or guaranteed SLAs before integrating
  • Anyone without a Base-network USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is no OpenAPI spec, no example responses, and the docs pages are empty. The specific employees endpoint is not listed on the provider's landing page, making its data content and schema unclear. Effectively a stub listing.

Warnings

  • The /api/v1/employees/{id} endpoint is not listed among the provider's advertised APIs on the landing page — its data source and reliability are unknown.
  • No documentation, OpenAPI spec, or example responses are available; docs/pricing/README pages render only a wallet-connect prompt.
  • Response schema for employee data is entirely undocumented — callers cannot know what fields to expect.

Citations

Provenance

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

Agent access