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/12` returns JSON data for employee ID 12 when called with a POST request and a valid X-PAYMENT header containing a USDC micropayment on the Base network.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request. Payment is handled entirely via the x402 protocol: no API keys, no accounts, no rate limits. The caller attaches a cryptographic payment proof in the request header, and the server validates it before returning the response.

The x402 challenge confirms the endpoint is live on the Base L2 network, accepting USDC (contract 0x8335…2913) with a max amount of 20,000 base units (i.e., $0.02 given USDC's 6 decimals). Payments are directed to address 0x1A2B…85F3 with a 300-second timeout. Documentation on the site is extremely thin — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content — so the exact schema of the employee record returned is unknown.

Capabilities

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

Use cases

  • Retrieving employee records on-demand without managing API keys or subscriptions
  • Integrating employee data lookups into autonomous agent workflows that settle payments in USDC
  • Demonstrating x402 protocol micropayment flows in a development or testing context

Fit

Best for

  • Developers experimenting with x402 payment protocol integrations
  • Agents or bots that need keyless, pay-per-call data access on Base
  • Low-volume, on-demand employee data retrieval without subscription overhead

Not for

  • High-volume bulk employee data exports (no documented batch endpoint)
  • Users who need detailed API documentation or response schema guarantees before integrating
  • Anyone without a Base-network USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/12 \
  -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 confirmed live via a valid 402 challenge with clear pricing and network details. However, documentation is essentially absent — docs/pricing/API pages all show only 'Connect wallet'. There is no OpenAPI schema, no example responses, and no description of what fields the employee record contains. The endpoint path itself (/employees/12) is not listed on the homepage's API catalog, making it unclear whether this is a demo or production resource.

Warnings

  • No documentation available — docs, pricing, and API pages render only a wallet-connect prompt
  • No response schema or example response is provided; the structure of the returned employee data is unknown
  • The /api/v1/employees/12 path is not listed among the advertised APIs on the homepage, raising questions about whether this is an official or test endpoint
  • The broader platform lists many API categories but none appear to be employee-data related

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 19:36:59Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access