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 "lab results" resource (ID 98) 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, accounts, or rate limits are required; callers simply attach an x402 payment header to each request.
The specific endpoint `/api/v1/lab/results/98` is listed under the title "Premium API Access" but its exact data payload is not documented on the provider's site. The x402 challenge confirms it is live, accepts POST requests, and charges a maximum of 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) per call. Payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base mainnet using the exact-amount scheme.
Because the provider's documentation pages (/api, /pricing, /README) all resolve to a minimal "Connect wallet" page with no further detail, the actual response schema and the nature of the "lab results" data are unknown. The landing page lists many other endpoints in categories like sentiment analysis, text summarization, geocoding, and crypto gas estimates, all at the same $0.02 price point, but no OpenAPI spec or detailed docs were found.
Capabilities
Use cases
- —Retrieving lab result data (ID 98) on demand with per-call USDC micropayments
- —Integrating pay-per-use data access into autonomous agent workflows
- —Accessing premium content without managing API keys or subscriptions
Fit
Best for
- —Agents or applications that need keyless, pay-per-call data access
- —Developers experimenting with x402 payment protocol on Base
- —Workflows requiring low-friction micropayment-gated API calls
Not for
- —Users who need detailed documentation or a well-defined response schema before integrating
- —High-volume batch consumers who would benefit from subscription pricing
- —Anyone needing non-USDC or non-Base-network payment options
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/lab/results/98 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but the endpoint's actual purpose, request parameters, and response schema are entirely undocumented. Documentation pages return only 'Connect wallet' with no content. The 'lab results' label is opaque and unexplained.
Warnings
- —The specific data returned by /api/v1/lab/results/98 is not documented anywhere on the provider's site.
- —No OpenAPI spec, request schema, or response schema is available.
- —Documentation pages (/api, /pricing, /README) all resolve to a minimal 'Connect wallet' stub with no useful content.
- —This endpoint does not appear in the provider's own landing-page catalog of available APIs, raising questions about its status.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/lab/results/98
- —All listed APIs are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/lab/results/98