x402basequality 0.35

Pay-per-call employee salary lookup API on Base via x402, settled in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to employee salary data via a POST request to `/api/v1/employees/6/salary`. It is part of a broader platform (lowpaymentfee.com) that offers dozens of x402-payable API endpoints spanning data analytics, AI/ML inference, finance, and utility services. All endpoints on the platform use the x402 protocol for payment, settling in USDC on the Base network.

The specific endpoint probed returns salary information for employee ID 6. The x402 challenge indicates a maximum cost of 20,000 base units of USDC (0.02 USD per request), consistent with the platform's uniform $0.02/request pricing. Payment is made via the x402 "exact" scheme to the specified wallet address. No API keys or rate limits are advertised — access is granted purely through per-call micropayment.

Documentation on the site is extremely sparse. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what fields the salary endpoint returns or what input it expects beyond being a POST request. The endpoint is confirmed live (402 challenge returned), but the lack of documentation makes it difficult to know what payload to send or what response to expect.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-salary-lookupper-call-micropaymentno-api-key-required

Use cases

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

Fit

Best for

  • Developers needing on-demand employee salary data without subscription commitments
  • AI agents that can settle x402 micropayments on Base
  • Prototyping pay-per-use data access patterns

Not for

  • Bulk payroll data exports (no batch endpoint documented)
  • Users who need detailed API documentation or OpenAPI specs before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/employees/6/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 confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages return only a wallet-connect prompt. The endpoint's purpose (employee salary data) is only inferable from the URL path. This is effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • All doc/pricing/README pages render only 'Connect wallet' with no content
  • Request body format and response structure are completely undocumented
  • The endpoint path suggests sample/demo data (employee ID 6) — unclear if this is production data or a test fixture

Citations

Provenance

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

Agent access