Pay-per-call lab results endpoint on Base via x402, settled in USDC at $0.02/request.
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
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
Quality
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
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/lab/results/27
- —All listed endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/lab/results/27
- —The provider advertises APIs across data & analytics, AI/ML, finance & Web3, and infrastructure categorieshttps://lowpaymentfee.com