x402basequality 0.35

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 returns employee salary data for a given employee ID (in this case, employee 100). It is part of a broader platform offering dozens of pay-per-request APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints use the x402 payment protocol on the Base network, accepting USDC with no API keys, no rate limits, and no subscriptions required.

The specific endpoint `/api/v1/employees/100/salary` accepts POST requests and costs $0.02 per call (20,000 base units of USDC on Base, which has 6 decimals). Payment is made via the x402 `exact` scheme to the specified wallet address. The endpoint returns JSON (`application/json` MIME type) and has a maximum payment timeout of 300 seconds.

Documentation on the platform is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no request/response examples, and no description of what fields the salary response contains. The endpoint is confirmed live (returns a proper 402 challenge), but the lack of documentation means consumers must discover the response format empirically.

Capabilities

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

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 needing API key provisioning

Fit

Best for

  • Developers wanting zero-friction, pay-per-call access to employee salary data
  • AI agents that can settle x402 payments on Base in USDC
  • Prototyping or low-volume salary data lookups without subscription commitments

Not for

  • Bulk payroll data exports requiring thousands of records at once
  • Users who need detailed API documentation or response schema guarantees before integrating
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages return only a wallet-connect prompt. The actual data returned is unknown, making this effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or JSON schema describing request parameters or response fields
  • Response format must be discovered empirically; no examples provided by the platform
  • The endpoint path suggests demo/sample data (employee ID 100) — unclear if arbitrary employee IDs are supported

Citations

Provenance

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

Agent access