x402basequality 0.30

x402-payable employee salary lookup endpoint on Base, settled in USDC 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 an x402 micropayment protocol. The specific resource `/api/v1/employees/177/salary` returns salary information for employee ID 177 in JSON format, gated behind a per-request USDC payment on the Base network.

The endpoint is live and returns a standard x402 challenge (HTTP 402) requiring an `X-PAYMENT` header with a payment proof. The maximum amount required per call is 20,000 base units of USDC (0.02 USD), consistent with the site-wide pricing of $0.02 per request. Payment is made to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using USDC at contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base. The timeout for payment settlement is 300 seconds.

The broader lowpaymentfee.com platform advertises a variety of x402-gated API categories including data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all at the same $0.02/request price point. However, the specific employee salary endpoint does not clearly fit into any of these advertised categories, and no documentation describes the schema of the salary response or what data fields are returned. The docs, pricing, and API pages on the site are effectively empty (showing only a "Connect wallet" prompt), so details about request parameters, response format, and the nature of the underlying data are unknown.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-salary-datajson-responseper-request-micropayment

Use cases

  • Retrieving salary information for a specific employee via micropayment
  • Integrating pay-per-call salary data into HR or payroll workflows
  • Agent-driven lookups of employee compensation data without API keys

Fit

Best for

  • Developers experimenting with x402 payment protocol integrations
  • Agents needing on-demand employee salary data without subscription commitments
  • Low-volume, pay-as-you-go data access on Base

Not for

  • Bulk payroll data exports (no batch endpoint documented)
  • Users who need detailed API documentation or response schema guarantees before integrating

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation on request parameters, response schema, or what the salary data actually contains. The docs/pricing/API pages are empty. The employee salary endpoint doesn't match any of the advertised API categories, raising questions about its purpose and data source.

Warnings

  • No response schema or example response available — the actual data returned is unknown
  • Documentation pages (docs, pricing, API, README) are effectively empty, showing only 'Connect wallet'
  • The /api/v1/employees/177/salary path does not appear in the site's advertised API catalog, making its provenance unclear
  • No information on whether employee IDs other than 177 are valid or how to discover them

Citations

Provenance

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

Agent access