x402basequality 0.35

Retrieve employee salary data via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to employee salary information (specifically employee ID 86) behind an x402 paywall. It accepts POST requests and returns JSON. Payment is settled in USDC on the Base network at $0.02 per call (maxAmountRequired of 20,000 base units with 6 decimals = $0.02).

The provider, lowpaymentfee.com, hosts a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance, and utility services — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. The specific endpoint `/api/v1/employees/86/salary` is not listed on the provider's landing page among the advertised categories, so it may be an unlisted or demo route. No OpenAPI schema, request body specification, or response schema documentation was found in the crawl.

Because the endpoint returned a well-formed 402 challenge with x402Version 1, it is confirmed live. However, the lack of any documentation about what request body fields are expected or what the response payload looks like means agents will need to experiment or have prior knowledge of the API contract. The endpoint is discoverable (outputSchema.input.discoverable is true) and uses the "exact" payment scheme, meaning the full $0.02 is charged per call with a 300-second payment timeout.

Capabilities

x402-paymentusdc-baseemployee-salary-lookupjson-apipost-methodmicropayment

Use cases

  • Retrieving salary information for a specific employee record
  • Integrating pay-per-call salary data into HR or payroll dashboards
  • Agent-driven compensation benchmarking workflows

Fit

Best for

  • Developers needing on-demand salary data without API key management
  • AI agents that can settle x402 USDC payments on Base
  • Quick one-off lookups where subscription pricing is overkill

Not for

  • Bulk payroll data exports across many employees (only employee 86 is addressed by this endpoint)
  • Users who cannot transact in USDC on the Base network
  • Applications requiring detailed API documentation or guaranteed SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge and pricing is clear ($0.02 USDC on Base). However, there is no documentation for request/response schemas, the endpoint is not listed among the provider's advertised APIs, and crawled doc/pricing/API pages returned only 'Connect wallet' with no useful content. Effectively a stub listing.

Warnings

  • No request body schema or response schema documented anywhere in the crawl.
  • This specific endpoint (/api/v1/employees/86/salary) is not listed on the provider's landing page — it may be a demo or unlisted route.
  • All documentation pages (docs, api, pricing, README) returned only 'Connect wallet' with no substantive content.
  • The nature of the data (employee salary) is unclear — it could be mock/demo data rather than real payroll information.

Citations

Provenance

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

Agent access