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 exposes an employee salary resource at `/api/v1/employees/34/salary` behind an x402 paywall. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The provider site (lowpaymentfee.com) advertises a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced uniformly at $0.02 per call. However, this specific endpoint (`/api/v1/employees/34/salary`) is not listed on the provider's landing page among the advertised APIs. Its purpose — retrieving or computing salary information for employee ID 34 — is inferred solely from the URL path and the generic "Premium API Access" description in the x402 challenge. No request body schema, response schema, or documentation is available for this endpoint.

Because there is no OpenAPI spec, no example request/response, and no dedicated documentation beyond the 402 challenge itself, the actual data returned and the expected POST body remain unknown. The endpoint is confirmed live (402 challenge captured successfully), but consumers should treat it as experimental until more documentation surfaces.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-salary-datapay-per-requestno-api-key

Use cases

  • Retrieving salary data for a specific employee via a pay-per-call model
  • Integrating employee compensation data into payroll or HR workflows
  • Agent-driven lookups of salary information without pre-registration

Fit

Best for

  • Developers exploring x402 pay-per-request patterns on Base
  • Agents needing on-demand salary data without API key management
  • Quick one-off salary lookups at low cost ($0.02)

Not for

  • Production HR systems requiring documented, stable schemas and SLAs
  • Bulk payroll processing across many employees (only employee 34 is addressed by this URL)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/34/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 and returns a valid x402 challenge, confirming pricing and network. However, there is no OpenAPI spec, no request/response schema, no documentation, and the endpoint is not listed among the provider's advertised APIs. The actual purpose and data format are entirely inferred from the URL path.

Warnings

  • No documentation or schema available for this specific endpoint
  • Endpoint /api/v1/employees/34/salary is not listed on the provider's landing page catalog
  • Request body format and response structure are completely unknown
  • Hardcoded employee ID (34) in the URL suggests this may be a demo or test endpoint

Citations

Provenance

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

Agent access