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 information for a specific employee (ID 14) via a POST request. Payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request. The endpoint requires no API keys, no rate limits, and provides instant access — callers simply attach an x402 payment header to authorize each call.

The hosting site lowpaymentfee.com offers a broad catalog of pay-per-call APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced uniformly at $0.02 per request. This particular endpoint sits under what appears to be a sample or demo HR/employee data resource. The x402 challenge was successfully captured (HTTP 402 with valid accepts block), confirming the endpoint is live.

Note that the endpoint's actual response schema and the nature of the salary data returned are not documented. There is no OpenAPI spec, no detailed docs, and the crawled documentation pages returned only a "Connect wallet" stub. The endpoint path suggests it returns salary information for employee ID 14, but the exact fields and format are unknown. Treat this as a lightly documented endpoint suitable for experimentation or integration testing with x402 payment flows.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-datasalary-lookuppay-per-callno-api-key

Use cases

  • Retrieving salary data for a specific employee via a paid API call
  • Testing x402 payment protocol integrations with a low-cost endpoint
  • Demonstrating pay-per-call API patterns on the Base L2 network

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing on-demand employee/salary data behind a micropayment wall
  • Testing USDC micropayment flows on Base

Not for

  • Bulk payroll data retrieval (single employee, single call pattern)
  • Users without a Base-network USDC wallet
  • Production HR systems requiring authenticated, auditable access

Quick start

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

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/employees/14/salary",
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402-payment-token>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no response schema, no documentation beyond a wallet-connect stub, and the endpoint path (employees/14/salary) is narrow and undocumented. The actual data returned is unknown.

Warnings

  • No OpenAPI or response schema available — actual response format is unknown
  • Documentation pages (/docs, /pricing, /api, /README) all returned only 'Connect wallet' with no useful content
  • Endpoint is scoped to a single employee ID (14); unclear if other IDs are supported
  • The nature and source of the salary data is undocumented — could be sample/demo data

Citations

Provenance

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

Agent access