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 6) 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/6` is listed under the title "Premium API Access" but its exact data payload is not documented in the crawled material. The x402 challenge confirms it is live, accepts POST requests, and requires up to 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals → $0.02) per call. The response MIME type is `application/json`. Because the provider's site offers no OpenAPI schema, detailed field documentation, or example responses for this particular endpoint, the precise structure of the returned JSON is unknown.
The provider's landing page advertises a uniform $0.02/request pricing model across all endpoints, with no minimums or commitments. Settlement occurs on the Base L2 network using USD Coin (USDC).
Capabilities
Use cases
- —Retrieving lab result data (ID 6) on demand with per-call USDC micropayments
- —Integrating pay-per-use data endpoints into agent workflows without managing 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
- —Projects already operating on the Base L2 network with USDC
Not for
- —Users who need detailed documentation or guaranteed SLAs before integrating
- —High-volume consumers who prefer subscription-based pricing over per-call payments
- —Anyone without access to USDC on Base for payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/lab/results/6 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and confirms pricing and network, but there is no OpenAPI schema, no documented request/response format, and no explanation of what 'lab results/6' actually returns. The endpoint is effectively a stub listing with minimal useful documentation.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —The exact nature of 'lab results' data returned by /api/v1/lab/results/6 is undocumented
- —No example request or response bodies are available from the provider
- —This endpoint does not appear in the provider's own landing-page catalog of APIs
Citations
- —The x402 challenge returns 402 with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/lab/results/6
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/lab/results/6
- —All APIs are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com