Pay-per-call lab results endpoint on Base via x402, settling in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" to lab results (resource ID 85) 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 a maximum charge of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals).
The broader lowpaymentfee.com platform advertises a suite of pay-per-call 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 priced at $0.02 per request. The platform emphasizes no API keys, no rate limits, and instant access.
The specific endpoint `/api/v1/lab/results/85` is not explicitly listed on the site's landing page among the advertised API categories, so its exact response payload is unclear. It may be a test or internal endpoint. No OpenAPI schema, request body documentation, or example responses are available for this particular resource. The x402 challenge is live and well-formed, confirming the endpoint is operational and ready to accept payments.
Capabilities
Use cases
- —Programmatic retrieval of lab result data with per-call USDC micropayments
- —Agent-driven data access without pre-registration or API keys
- —Demonstrating x402 payment protocol integration on Base
Fit
Best for
- —Developers experimenting with x402 payment-gated APIs
- —Agents that need keyless, pay-as-you-go data access
- —Low-volume consumers who want no subscription commitments
Not for
- —Users needing well-documented, schema-specified endpoints
- —High-volume batch processing where per-call fees add up
- —Anyone requiring non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/lab/results/85 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no example request/response, and the specific endpoint (/api/v1/lab/results/85) is not listed among the site's advertised APIs. The purpose and payload of this endpoint remain unclear.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —The endpoint /api/v1/lab/results/85 is not listed among the provider's advertised APIs — may be a test or unlisted resource
- —No example request body or response payload is documented anywhere
- —The /api, /pricing, and /README pages returned only a 'Connect wallet' prompt with no useful content
Citations
- —The x402 challenge returns 402 with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/lab/results/85
- —All listed APIs are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/lab/results/85