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/2/salary` returns salary information for employee ID 2 in JSON format. Payment is handled inline using the x402 protocol on the Base network, settling in USDC (contract 0x8335…2913).

The endpoint charges a maximum of 0.02 USDC per request (20,000 base units with 6 decimals), consistent with the provider's site-wide flat pricing of $0.02 per call. No API keys or rate limits are advertised; access is granted immediately upon valid x402 payment. The x402 challenge specifies a 300-second payment timeout window.

The provider (lowpaymentfee.com) hosts a broader catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/crypto feeds, and utility services — all at the same $0.02/request price point. However, documentation beyond the landing page is extremely thin: the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available, so the exact request body format and response structure for this salary endpoint are unknown.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-salary-datapay-per-callno-api-keyjson-response

Use cases

  • Retrieving salary information for a specific employee by ID
  • Integrating pay-per-call salary data into HR or payroll dashboards
  • Agent-driven lookups of compensation data without API key provisioning

Fit

Best for

  • Developers needing on-demand employee salary data without subscription commitments
  • AI agents that can settle x402 payments in USDC on Base
  • Quick one-off salary lookups at very low cost ($0.02)

Not for

  • Bulk payroll data exports requiring thousands of records at once
  • Users who cannot transact in USDC on the Base network
  • Production systems requiring well-documented request/response schemas

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/2/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 no OpenAPI spec, no request/response schema, no documentation, and no example payloads. The docs pages all render only 'Connect wallet' with no technical content. The purpose ('employee salary data') is vaguely described with no detail on what data is returned or what inputs are accepted.

Warnings

  • No OpenAPI or schema documentation available — request body format and response structure are completely unknown
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no usable content
  • The endpoint path references a hardcoded employee ID (2); it is unclear whether this is a demo or production resource
  • The nature and source of the 'employee salary' data is unspecified — could be mock/demo data

Citations

Provenance

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

Agent access