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 an employee record (ID 39) via a POST request, gated by the x402 payment protocol. Each call costs $0.02 in USDC on the Base network. No API keys, rate limits, or subscriptions are required — callers simply attach an x402 payment header to authorize each request.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-call APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request. The specific endpoint `/api/v1/employees/39` returns JSON (MIME type application/json) and appears to serve structured employee data, though the exact response schema is not documented.

The x402 challenge confirms the endpoint is live, accepting payments to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` in USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) on Base. The maximum amount required is 20,000 base units (i.e., $0.02 given USDC's 6 decimals). Payment timeout is 300 seconds. Documentation beyond the landing page is essentially empty (all sub-pages just show "Connect wallet"), so the response format must be inferred.

Capabilities

x402-paymentusdc-baseemployee-datapay-per-calljson-responseno-api-key

Use cases

  • Retrieving structured employee records on demand without managing API keys
  • Integrating employee data into agent workflows that support x402 micropayments
  • Demonstrating x402 payment-gated API access patterns

Fit

Best for

  • Developers experimenting with x402 payment protocol integrations
  • Agents that need on-demand employee data with no subscription overhead
  • Low-volume, pay-as-you-go data retrieval on Base

Not for

  • High-volume bulk employee data exports (no documented batch endpoint)
  • Users who need detailed API documentation or response schema guarantees
  • Production HR systems requiring SLA-backed uptime and support

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/39 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>"

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/employees/39",
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402_payment_token>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no documented response format, and all documentation pages are empty stubs. The specific purpose of the /employees/39 endpoint is only inferable from its URL path. This is effectively a stub listing.

Warnings

  • No API documentation available — all doc pages return only 'Connect wallet'
  • Response schema for /api/v1/employees/39 is completely undocumented
  • The endpoint serves a single hardcoded employee ID (39); unclear if other IDs are supported
  • No examples of actual response payloads found in crawl material

Citations

Provenance

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

Agent access