x402basequality 0.35

x402-gated employee data 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 provides access to an employee record (ID 57) behind an x402 payment wall. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform advertises a range of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 data (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at the same $0.02/request price point. However, the specific endpoint being listed here (/api/v1/employees/57) is not mentioned on the site's landing page, and no documentation or schema for the employees resource was found in the crawl. The response format and fields are unknown beyond the declared mimeType of application/json.

The endpoint is confirmed live — it returns a proper 402 challenge with x402 version 1 headers. Documentation pages (/docs, /pricing, /README) all returned only a "Connect wallet" prompt with no substantive content, so details about the employee data model, available fields, or query parameters remain unverified.

Capabilities

x402-paymentusdc-settlementbase-networkemployee-datajson-responsepay-per-requestno-api-key

Use cases

  • Retrieving employee record data on a per-request payment basis
  • Agent-driven lookups of individual employee information without API key management
  • Programmatic access to employee details settled via USDC on Base

Fit

Best for

  • Agents that need on-demand employee data without subscription commitments
  • Developers testing x402 payment flows with a low-cost endpoint
  • Scenarios requiring keyless, pay-as-you-go API access

Not for

  • Bulk employee data exports or batch queries (single-record endpoint)
  • Users who need detailed documentation or guaranteed SLA before integrating
  • Non-crypto workflows that cannot settle payments on Base

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is no OpenAPI schema, no documentation, no example responses, and the /api/v1/employees/57 path is not even listed on the provider's own landing page. The data model is entirely unknown.

Warnings

  • The /api/v1/employees/57 endpoint is not listed among the provider's advertised APIs on the landing page — its purpose and data model are unverified.
  • All documentation pages (/docs, /pricing, /README) returned only a 'Connect wallet' prompt with no usable content.
  • No response schema or example output is available; the structure of the returned employee data is unknown.
  • The 'employees' resource name suggests personally identifiable information — callers should consider data privacy implications.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 20:38:27Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-24

Agent access