x402basequality 0.25

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 73) via an x402 payment challenge. It is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-request APIs spanning data analytics, AI/ML inference, finance, and utility services — all gated behind x402 micropayments on the Base network using USDC.

The specific endpoint `/api/v1/employees/73/salary` accepts POST requests and returns JSON. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base). Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the platform's uniform $0.02/request pricing. Payment is settled on-chain via the "exact" scheme with a 300-second timeout. No API keys or rate limits are required — callers simply attach the X-PAYMENT header.

Documentation on the site is extremely thin. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional content. There is no OpenAPI schema, no request/response examples, and no description of what fields the salary response contains. The endpoint's purpose and response format must be inferred entirely from the URL path and the x402 challenge metadata.

Capabilities

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

Use cases

  • Retrieving salary information for a specific employee record
  • Demonstrating x402 micropayment integration on Base
  • Building payroll or HR dashboards with per-request billing

Fit

Best for

  • Developers experimenting with x402 payment protocols
  • Applications needing on-demand salary data without subscription commitments
  • Agents that can autonomously pay for API calls using USDC on Base

Not for

  • Bulk payroll data retrieval (single-employee endpoint, $0.02 per call adds up)
  • Users who need comprehensive API documentation or OpenAPI specs before integrating
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is zero documentation on request parameters or response schema. No OpenAPI spec, no examples, and the docs pages are empty. The endpoint path suggests employee salary data but nothing confirms what fields are returned.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or JSON schema describing request body or response format
  • The endpoint is scoped to a single employee ID (73); unclear if other IDs are supported or if this is a demo
  • Purpose and data source of 'employee salary' data is unverified — could be synthetic/demo data

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 20:46:49Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-23

Agent access