x402basequality 0.30

Pay-per-call lab results 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 endpoint at lowpaymentfee.com provides premium API access to lab results (resource ID 27) via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with an exact-payment scheme.

The specific endpoint `/api/v1/lab/results/27` is not listed on the provider's landing page, which instead advertises a broad catalog of APIs spanning data & analytics, AI/ML (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All listed endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant access. The x402 challenge for this particular endpoint shows a maxAmountRequired of 20000 base units of USDC (6 decimals), which equals $0.02 — consistent with the site-wide pricing.

The endpoint is live and returns a proper 402 challenge. However, there is no documentation describing what "lab results" resource 27 actually contains, what input the POST body expects, or what the response schema looks like. The provider's landing page does not mention a `/lab/results` category at all, making this endpoint's purpose unclear. Without an OpenAPI spec, request/response examples, or dedicated docs, the practical utility for agents is limited to trial-and-error.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-calljson-responseno-api-keypost-method

Use cases

  • Fetching lab results data (resource 27) with per-call USDC micropayment
  • Integrating pay-per-use data endpoints into agent workflows without API key management
  • Exploring x402 protocol-based API consumption on Base

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need keyless, pay-per-call API access on Base
  • Low-volume consumers who prefer micropayments over subscriptions

Not for

  • Users who need documented, well-specified API contracts before integration
  • High-volume batch processing where per-call pricing adds up
  • Anyone needing lab results with a clear, documented schema

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/lab/results/27 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no documentation for this specific /lab/results/27 resource — no request schema, no response schema, no description of what it returns. The endpoint path doesn't appear in the provider's own catalog. This is effectively a stub listing.

Warnings

  • The /api/v1/lab/results/27 path is not listed on the provider's landing page among their advertised APIs
  • No request body schema or response schema is available — callers cannot know what to send or what to expect
  • No OpenAPI spec, README, or dedicated documentation was found
  • The purpose of 'lab results resource 27' is entirely undocumented

Citations

Provenance

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

Agent access