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 35) 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 cost 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/35` is not explicitly listed on the site's landing page among the advertised API categories, so its exact response schema and purpose are unclear. The x402 challenge confirms it is live and accepting payment-gated POST requests. No OpenAPI spec, detailed documentation, or example responses were found in the crawl.
Capabilities
Use cases
- —Fetching lab result data (ID 35) via a single paid POST request
- —Demonstrating x402 payment-gated API consumption for agents
- —Integrating low-cost per-call data retrieval into automated workflows
Fit
Best for
- —Agents or developers needing pay-per-call data access without API keys
- —Testing x402 protocol integrations on Base with USDC
- —Low-volume, on-demand data retrieval at $0.02 per call
Not for
- —High-volume bulk data retrieval where per-call pricing adds up
- —Users who need detailed documentation or guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/lab/results/35 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and confirms pricing and network details, but there is no OpenAPI spec, no documentation, no example request/response, and the specific endpoint (/api/v1/lab/results/35) is not listed among the site's advertised APIs. The purpose and schema of the response are unknown.
Warnings
- —Endpoint /api/v1/lab/results/35 is not listed among the provider's advertised APIs on the landing page — its purpose is unclear.
- —No OpenAPI spec, request schema, or response schema available.
- —No documentation pages rendered meaningful content (pricing, README, and /api pages only show 'Connect wallet').
- —The exact nature of 'lab results' data is unspecified — could be placeholder or test content.
Citations
- —The x402 challenge returns maxAmountRequired of 20,000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/lab/results/35
- —USDC contract address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/lab/results/35
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Platform lists APIs across data & analytics, AI/ML, finance & Web3, and infrastructure categorieshttps://lowpaymentfee.com