x402basequality 0.30

x402-gated employee salary endpoint on Base, pay-per-request with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to employee salary data behind an x402 paywall. The specific resource `/api/v1/employees/132/salary` returns salary information for employee ID 132 in JSON format. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 "exact" scheme.

The endpoint charges a maximum of $0.02 per request (20,000 base units of USDC with 6 decimals). It accepts POST requests and requires no API keys or rate limits — access is granted purely through the x402 payment header. The provider's site lists a broad catalog of similarly priced endpoints spanning data analytics, AI/ML inference, finance, and utility services, all at $0.02 per call.

Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no detailed description of what fields the salary response contains. The endpoint is confirmed live (returns a valid 402 challenge), but the actual data quality and schema behind the paywall are unknown.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-salary-datapay-per-requestno-api-key

Use cases

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

Fit

Best for

  • Agents needing on-demand employee salary data with no subscription
  • Developers experimenting with x402 payment-gated APIs
  • Scenarios requiring keyless, per-call access to structured data

Not for

  • Bulk payroll data exports (single-employee endpoint, no batch support documented)
  • Users who need detailed API documentation or guaranteed SLAs
  • Production HR systems requiring authenticated, auditable data sources

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing and network details. However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs. The actual data behind the paywall is completely undocumented, making this effectively a stub listing.

Warnings

  • No documentation available — all doc pages return only 'Connect wallet' with no content
  • No request or response schema provided; payload structure is unknown
  • The endpoint path suggests employee PII (salary data) which may have regulatory implications
  • Provider site lists many endpoints but none appear to have substantive documentation

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 19:37:31Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-25

Agent access