x402basequality 0.30

Pay-per-call employee data endpoint on Base via x402, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at lowpaymentfee.com serves employee data (specifically employee ID 112) behind a micropayment wall. It uses the x402 "exact" payment scheme on the Base network, accepting USDC (contract 0x8335…2913) with a max amount of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid payment proof.

The endpoint is part of a broader platform (lowpaymentfee.com) that advertises multiple API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities, all priced at $0.02 per request. However, the specific endpoint being listed here (/api/v1/employees/112) is not explicitly documented on the site's landing page among those categories. It appears to be a standalone or sample resource endpoint returning employee data in JSON format.

Documentation 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 employee resource contains. The endpoint is confirmed live (returns a proper 402 challenge), but the actual response payload structure is unknown.

Capabilities

x402-paymentusdc-micropaymentbase-networkemployee-datapay-per-callno-api-keyjson-response

Use cases

  • Retrieving employee record data for employee ID 112 via a single micropayment
  • Demonstrating x402 payment-gated API access on the Base network
  • Integrating pay-per-call employee data into agent workflows without API key management

Fit

Best for

  • Developers experimenting with x402 payment protocols
  • Agents that need on-demand employee data without subscription commitments
  • Projects requiring USDC-settled micropayment API access on Base

Not for

  • Bulk employee data retrieval (single-record endpoint, no batch support documented)
  • Users who need detailed API documentation or guaranteed SLAs
  • Non-crypto users who cannot settle payments on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid 402 challenge, confirming x402 protocol support. However, there is no OpenAPI schema, no documented request/response format, no examples, and the specific /employees/112 resource is not mentioned anywhere in the site's own documentation. The docs pages are all empty wallet-connect stubs. This is effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • The /api/v1/employees/112 path is not listed among the provider's advertised APIs on the landing page
  • All documentation pages (/docs, /pricing, /api, /README) render only a 'Connect wallet' prompt with no content
  • Response payload structure is completely unknown — no example or schema provided
  • This endpoint targets a single hardcoded employee ID (112); no documentation on other IDs or parameterization

Citations

Provenance

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

Agent access