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 (specifically employee ID 154) 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 cost per request is 20,000 base units of USDC. Since USDC uses 6 decimals, this equals $0.02 per call — consistent with the provider's site-wide pricing of $0.02/request. The provider advertises no API keys, no rate limits, and instant access; the only authentication is the x402 payment header.

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 price point. However, this specific endpoint (/api/v1/employees/154/salary) is not listed on the provider's landing page among the advertised API categories, which raises questions about whether it returns real production data or is a demo/test route. Documentation beyond the landing page is essentially empty (all sub-pages just show "Connect wallet"), so the actual response schema and data semantics are unknown.

Capabilities

x402-paymentusdc-baseemployee-salary-datapay-per-requestjson-response

Use cases

  • Retrieving salary information for a specific employee via a micropayment-gated API
  • Demonstrating x402 payment protocol integration with a simple data endpoint
  • Building payroll or HR dashboards that source data from pay-per-call APIs

Fit

Best for

  • Developers experimenting with x402 protocol payments on Base
  • Agents that need on-demand employee salary data without API key management
  • Prototyping micropayment-gated data access patterns

Not for

  • Bulk payroll data retrieval across many employees (only one employee ID exposed)
  • Production HR systems requiring authenticated, auditable data sources
  • Users who need comprehensive API documentation before integrating

Quick start

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

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). However, this specific route is not listed among the provider's advertised APIs, there is no documentation, no OpenAPI schema, no example responses, and all doc/pricing/API pages are empty beyond 'Connect wallet'. The actual data returned is completely unknown.

Warnings

  • This endpoint (/api/v1/employees/154/salary) is not listed among the provider's advertised API categories — it may be a test or demo route.
  • All documentation pages (docs, api, pricing, README) are effectively empty, showing only 'Connect wallet'.
  • No response schema or example response is available; the actual data format and content are unknown.
  • Endpoint is hardcoded to employee ID 154; no evidence of parameterized employee lookup.

Citations

Provenance

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

Agent access