x402basequality 0.30

Pay-per-call employee salary data endpoint on Base via x402, settled in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at lowpaymentfee.com provides access to employee salary data via a simple POST request. The specific resource `/api/v1/employees/64/salary` returns salary information for employee ID 64, priced at $0.02 per request (20,000 base units of USDC on the Base network, where USDC uses 6 decimals). Payment is handled inline via the x402 protocol — no API keys, accounts, or rate limits are required.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-call APIs across data analytics, AI/ML inference, finance, and utility categories, all uniformly priced at $0.02 per request. The x402 challenge was successfully captured, confirming the endpoint is live and accepting payments to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) on Base.

Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the salary response contains or what input the POST body expects. The endpoint's purpose (employee salary lookup) is inferred solely from the URL path and the generic "Premium API Access" description.

Capabilities

x402-paymentusdc-baseemployee-salary-datapay-per-callno-api-key

Use cases

  • Retrieving salary information for a specific employee by ID
  • Integrating employee compensation data into payroll or HR dashboards
  • Agent-driven lookups of salary data without pre-registration or API keys

Fit

Best for

  • Developers needing quick, keyless access to employee salary data
  • AI agents that can settle x402 micropayments on Base
  • Prototyping pay-per-call data access patterns

Not for

  • Bulk salary data exports (no batch endpoint documented)
  • Users without USDC on Base network
  • Applications requiring detailed schema documentation or SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is zero documentation on request/response schemas, no OpenAPI spec, and the docs pages are empty. The endpoint's actual data content is inferred only from the URL path. Effectively a stub listing.

Warnings

  • No OpenAPI schema or request/response documentation available
  • Docs, pricing, and API pages all render only 'Connect wallet' with no usable content
  • The purpose of this specific endpoint (employee salary data) is inferred solely from the URL path — no authoritative description exists
  • No example responses available to verify what data is actually returned

Citations

Provenance

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

Agent access