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 access to a specific lab result resource (ID 66) behind an x402 paywall. The provider operates a broad suite of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network. No API keys, rate limits, or subscriptions are required; callers simply attach an x402 payment header to each request.
The specific endpoint `/api/v1/lab/results/66` is listed under the title "Premium API Access" and returns `application/json`. The x402 challenge specifies a maximum amount of 20,000 base units of USDC (asset 0x8335…2913 on Base, 6 decimals), which equals $0.02. Payment is made to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using the "exact" scheme with a 300-second timeout.
Note that the exact nature of the "lab results" data returned by this endpoint is not documented on the provider's site. The landing page catalogs many other endpoints (analytics, AI, finance, utilities) but does not describe this particular path in detail. Callers should be prepared for an unknown JSON response structure until they make a paid request.
Capabilities
Use cases
- —Retrieving lab result data (ID 66) on demand with per-call USDC payment
- —Integrating pay-per-request data access into agent workflows without API key management
- —Demonstrating x402 payment protocol usage on Base
Fit
Best for
- —Agents or developers needing keyless, pay-per-call API access
- —x402 protocol integrations on the Base network
- —Low-cost micropayment data retrieval
Not for
- —Use cases requiring well-documented response schemas before purchase
- —High-volume batch retrieval where per-call pricing is inefficient
- —Users who cannot transact in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/lab/results/66 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no documentation for this specific path's request/response schema, no OpenAPI spec, and the crawled pages beyond the landing page returned only 'Connect wallet' stubs. The purpose of 'lab/results/66' is entirely opaque.
Warnings
- —No documentation exists for the /api/v1/lab/results/66 endpoint — the response schema is unknown
- —The endpoint path does not appear in the provider's listed API catalog on the landing page
- —No OpenAPI spec, no example responses, and ancillary pages (pricing, README) are empty wallet-connect stubs
- —The nature of 'lab results' data is unclear — could be placeholder or test content
Citations
- —The provider lists APIs at $0.02/request with no API keys, no rate limits, on Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired 20000 in USDC (6 decimals) = $0.02, exact scheme, 300s timeouthttps://lowpaymentfee.com/api/v1/lab/results/66
- —USDC asset address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/lab/results/66