x402basequality 0.30

x402-gated employee salary endpoint on Base, paid per-request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to employee salary data (specifically employee ID 89) behind an x402 paywall. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 "exact" scheme.

The endpoint charges a maximum of 20,000 base units of USDC per request. Since USDC uses 6 decimals, this equals $0.02 per call — consistent with the provider's site-wide flat pricing of $0.02/request. The provider advertises no API keys, no rate limits, and instant access; you simply attach an X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform hosts a variety of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all at the same $0.02/request price point. However, this specific endpoint (/api/v1/employees/89/salary) is not listed on the provider's landing page among the advertised API categories. Its purpose — returning salary information for a single hardcoded employee ID — appears to be a demo or test endpoint rather than a production data service. No OpenAPI schema, request/response examples, or detailed documentation were found; the docs, pricing, and API pages all rendered only a "Connect wallet" prompt with no further content.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-datajson-responseper-request-billing

Use cases

  • Retrieving salary data for employee 89 via a single paid API call
  • Demonstrating x402 payment flow integration on Base
  • Testing micropayment-gated API consumption in agent workflows

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need to demonstrate pay-per-call data retrieval
  • Testing USDC micropayment flows on Base

Not for

  • Production HR or payroll systems needing bulk employee data
  • Users who need detailed API documentation or OpenAPI specs
  • Anyone looking for a general-purpose employee directory API

Quick start

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

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 schema, no request/response examples, no meaningful documentation, and the endpoint appears to be a demo for a single hardcoded employee ID not listed among the provider's advertised APIs.

Warnings

  • This specific endpoint (/api/v1/employees/89/salary) is not listed among the provider's advertised API categories — it may be a test or demo endpoint.
  • No documentation, OpenAPI spec, or example request/response bodies are available.
  • Docs, pricing, and API pages render only 'Connect wallet' with no usable content.
  • The endpoint is hardcoded to employee ID 89; unclear if other IDs are supported or what data is returned.

Citations

Provenance

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

Agent access