x402basequality 0.35

x402-payable endpoint returning employee salary data on Base network for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to employee salary data via the x402 payment protocol. The specific resource `/api/v1/employees/52/salary` returns salary information for employee ID 52 when called with a POST request and a valid x402 payment header. Payment is settled in USDC on the Base network.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of x402-payable APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request. The platform advertises no API keys, no rate limits, and instant access; callers simply attach an x402 payment header with each request.

The x402 challenge confirms the endpoint is live and accepts the "exact" payment scheme. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. The payment timeout is 300 seconds. However, documentation beyond the landing page is essentially empty (all doc/pricing/API pages just show "Connect wallet"), so the exact request body format and response schema for this specific endpoint are unknown.

Capabilities

x402-paymentemployee-salary-datausdc-base-networkper-request-billingpost-method

Use cases

  • Retrieving salary information for a specific employee by ID
  • Integrating employee compensation data into payroll or HR workflows
  • Agent-driven lookups of salary records with micropayment settlement

Fit

Best for

  • Agents needing on-demand employee salary data without API key management
  • Developers experimenting with x402 pay-per-call patterns on Base
  • Low-volume, ad-hoc salary data retrieval

Not for

  • Bulk payroll data exports (no documented batch endpoint)
  • Users who need detailed API documentation or response schema guarantees
  • Production HR systems requiring SLA-backed uptime

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/52/salary \
  -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 402 challenge, confirming pricing and payment details. However, there is no OpenAPI schema, no documented request/response format, and all documentation pages are empty stubs. The purpose of the endpoint (employee salary data) is only inferable from the URL path; no examples or field descriptions exist.

Warnings

  • Documentation pages (/docs, /pricing, /api, /README) are all empty — only showing 'Connect wallet'.
  • No request body schema or response schema is documented for this endpoint.
  • The endpoint's actual data source and accuracy are completely unknown — it may be a demo or placeholder.
  • The specific employee ID (52) is hardcoded in the URL; it is unclear whether other IDs are supported or what the data represents.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 20:34:10Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-23

Agent access