Pay-per-call medical records endpoint on Base via x402, settled in USDC.
What it does
This endpoint at `/api/v1/medical/records/96` is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-request APIs spanning data analytics, AI/ML inference, finance, and infrastructure utilities. All endpoints use the x402 payment protocol, settling in USDC on the Base network with no API keys, no rate limits, and no subscriptions required.
The specific resource at path `/medical/records/96` is labeled "Premium API Access" and costs up to $0.02 per request (maxAmountRequired of 20,000 base units of USDC, which has 6 decimals = $0.02). It accepts POST requests and returns `application/json`. The endpoint is live, returning a proper 402 challenge with x402 version 1. Payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using the USDC contract on Base (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`).
Note: The endpoint path suggests medical records data, but no documentation, schema, or sample responses are available to confirm what data is actually returned. The provider's landing page does not list this specific endpoint among its advertised APIs, and the "medical/records" category is not mentioned elsewhere on the site. Treat the actual response content as unverified until you can inspect a paid response.
Capabilities
Use cases
- —Retrieving medical record data for record ID 96 via a single paid API call
- —Integrating pay-per-request health data access into agent workflows
- —Testing x402 micropayment flows against a live endpoint
Fit
Best for
- —Agents needing on-demand medical record access without subscriptions
- —Developers experimenting with x402 payment protocol on Base
- —Low-volume, pay-as-you-go data retrieval
Not for
- —Production healthcare applications requiring HIPAA-compliant, audited data pipelines
- —Bulk medical records retrieval at scale (no batch endpoint documented)
- —Users who need detailed API documentation or response schema before purchasing
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/medical/records/96 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI schema, no example request/response, and the medical records category is not listed on the provider's own landing page. The actual data returned is completely unknown, making this effectively a stub listing.
Warnings
- —No documentation or response schema available for this endpoint
- —The /medical/records/ path is not listed among the provider's advertised APIs on the landing page
- —Endpoint claims to serve medical records but no compliance, data source, or privacy information is provided
- —Response content is entirely unverified — pay before you can inspect what is returned
- —Regulated category (health/medical data): verify data provenance and compliance before use in any production context
Citations
- —The endpoint returns a 402 challenge with x402 version 1, accepting USDC on Base network with maxAmountRequired of 20000 base unitshttps://lowpaymentfee.com/api/v1/medical/records/96
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 and uses 6 decimalshttps://lowpaymentfee.com/api/v1/medical/records/96