x402basequality 0.25

Pay-per-call employee salary lookup API on Base via x402 (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 simple POST request, settled per-call using the x402 payment protocol on the Base network with USDC. The specific resource `/api/v1/employees/45/salary` returns salary information for employee ID 45. The x402 challenge confirms the endpoint is live and accepts payments of up to $0.02 per request (20,000 base units of USDC with 6 decimals).

The provider lowpaymentfee.com hosts a broader catalog of pay-per-call 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 minimum commitments. Payment is handled entirely through the x402 protocol's X-PAYMENT header, meaning callers authenticate and pay in a single HTTP round-trip on the Base L2 network.

Documentation is extremely sparse. The crawled /docs, /api, /pricing, and /README pages all returned 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 actually returns. The endpoint's purpose and response format must be inferred entirely from the URL path and the generic listing description.

Capabilities

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

Use cases

  • Retrieving salary information for a specific employee by ID
  • Integrating employee compensation data into payroll or HR dashboards
  • Agent-driven lookups of salary records without API key provisioning

Fit

Best for

  • Developers needing quick, keyless access to employee salary data
  • AI agents that can settle micropayments via x402 on Base
  • Prototyping pay-per-call data access patterns

Not for

  • Bulk payroll data exports (single-employee endpoint, no batch support documented)
  • Users without USDC on the Base network
  • Production HR systems requiring documented schemas and SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no request/response examples, and all documentation pages return only a wallet-connect prompt. The endpoint's actual behavior and response format are entirely unknown.

Warnings

  • No documentation available — /docs, /api, /pricing, and /README all return only a 'Connect wallet' prompt with no content.
  • No OpenAPI or JSON schema describing request parameters or response fields.
  • The specific data returned by this endpoint (employee salary) is completely undocumented; response format is unknown.
  • Employee salary data may be subject to privacy regulations (e.g., GDPR, CCPA) depending on jurisdiction and data source.
  • It is unclear whether this is a demo/mock endpoint or serves real data.

Citations

Provenance

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

Agent access