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 salary information for a specific employee (ID 186) in JSON format. It is part of a broader suite of pay-per-request APIs offered by the same provider, spanning data analytics, AI/ML inference, finance, and utility categories. The endpoint accepts POST requests and settles payments on the Base network using USDC (USD Coin) via the x402 exact-payment scheme.

The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 per request. This aligns with the provider's uniform $0.02/request pricing advertised across all their endpoints. No API keys or rate limits are required — callers simply attach an x402 payment header to each request. The payment timeout is 300 seconds.

Note that the specific endpoint path (`/api/v1/employees/186/salary`) is not listed on the provider's landing page among their advertised API categories, and no documentation, request schema, or response schema is available. The endpoint is live (returns a proper 402 challenge), but the actual data returned upon successful payment is unknown. There is no OpenAPI spec, no example responses, and the docs/pricing/README pages all render only a "Connect wallet" prompt with no additional content.

Capabilities

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

Use cases

  • Retrieving salary information for a specific employee on demand
  • Integrating pay-per-call salary data into HR or payroll workflows
  • Agent-driven lookups of employee compensation data without API key management

Fit

Best for

  • Agents needing on-demand employee salary data with no subscription
  • Developers experimenting with x402 payment-gated APIs on Base
  • Use cases requiring keyless, per-request access to structured data

Not for

  • Bulk salary data retrieval across many employees (only one employee ID in the path)
  • Users who need detailed API documentation or response schema before integrating
  • Non-crypto users who cannot settle payments in USDC on Base

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no OpenAPI spec, no request/response schema, no documentation, and the specific endpoint is not listed among the provider's advertised APIs. The actual data returned is entirely unknown.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • The /api/v1/employees/186/salary path is not listed among the provider's advertised APIs on the landing page
  • No example request or response bodies are available — the data format returned upon payment is unknown
  • Docs, pricing, and README pages render only a 'Connect wallet' prompt with no useful content
  • The endpoint is hardcoded to a single employee ID (186); it is unclear if other IDs are supported

Citations

Provenance

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

Agent access