x402-gated medical records endpoint on Base, paid per-request in USDC.
What it does
This endpoint at lowpaymentfee.com serves medical record data behind an x402 paywall. The specific resource `/api/v1/medical/records/13` returns JSON content upon payment. It is part of a broader platform (lowpaymentfee.com) that hosts dozens of x402-gated API endpoints spanning data analytics, AI/ML inference, finance, and utility categories, all settled on the Base network using USDC.
The x402 challenge confirms the endpoint is live and accepts payments via the "exact" scheme on Base. The maximum amount required is 20,000 base units of USDC (0x8335…2913 on Base), which at 6 decimals equals $0.02 per request. The platform advertises no API keys, no rate limits, and instant access — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
Important caveat: this endpoint is labeled as returning medical records. No documentation exists describing the data schema, data source, compliance posture, or whether the data is synthetic, anonymized, or real. The crawl yielded almost no detail beyond the landing page listing and the 402 challenge. Callers should exercise caution, especially given the sensitive nature of medical data.
Capabilities
Use cases
- —Retrieving medical record data (record ID 13) via a single paid API call
- —Demonstrating x402 payment flows against a live endpoint on Base
- —Integrating pay-per-request health data into agent workflows
Fit
Best for
- —Developers experimenting with x402 payment protocol on Base
- —Agents that need on-demand, keyless API access to structured data
- —Testing micropayment integrations with USDC
Not for
- —Production healthcare applications requiring HIPAA-compliant, audited data sources
- —Use cases needing bulk or streaming medical data at scale
- —Anyone needing documented data provenance or regulatory compliance guarantees
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/medical/records/13 \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is zero documentation on the response schema, data source, or what 'medical records' actually contains. No OpenAPI spec, no examples, and the crawl pages beyond the landing page were empty. The medical/health category raises additional compliance concerns with no information provided.
Warnings
- —No documentation on what data is returned — response schema is completely unknown.
- —Endpoint claims to serve 'medical records' but no information on data source, compliance (HIPAA, GDPR), or whether data is real, synthetic, or anonymized.
- —No OpenAPI spec or example responses available.
- —The broader platform lists many endpoints but provides no detailed docs for any of them.
- —Regulated data category (health/medical) with zero compliance disclosures.
Citations
- —The endpoint returns HTTP 402 with an x402 challenge requiring 20000 base units of USDC on Base network.https://lowpaymentfee.com/api/v1/medical/records/13
- —The platform advertises $0.02 per request, no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —USDC asset address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/medical/records/13