x402-gated EHR endpoint on Base, pay $0.02 per request in USDC — no API keys required.
What it does
This endpoint at `/api/v1/ehr/33` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-request APIs spanning data analytics, AI/ML inference, finance, and infrastructure utilities. The specific `/ehr/33` path suggests an Electronic Health Record (EHR) resource, though the provider's landing page does not list this particular endpoint among its documented API categories, and no further documentation about its schema, input parameters, or response format is available.
The endpoint is live and returns a valid x402 challenge (HTTP 402) requesting payment in USDC on the Base network. The `maxAmountRequired` is 20,000 base units of USDC (6 decimals), which equals $0.02 per request — consistent with the platform's uniform $0.02/request pricing. Payment is made via the x402 `exact` scheme to the specified wallet address, with a 300-second timeout. No API keys, rate limits, or upfront commitments are required; callers simply attach an `X-PAYMENT` header with a valid x402 payment proof.
Because the crawled documentation pages (docs, pricing, README) all resolve to a minimal "Connect wallet" prompt with no substantive content, and the `/api/v1/ehr/33` path is not mentioned on the landing page, the actual data returned by this endpoint is unknown. Callers should treat this as a lightly-documented endpoint and test with a single paid request to discover the response schema.
Capabilities
Use cases
- —Retrieving electronic health record data for record ID 33
- —Integrating EHR data into health-tech applications via pay-per-request model
- —Agent-driven health data retrieval without pre-registration or API keys
Fit
Best for
- —Developers needing on-demand EHR data without subscription commitments
- —AI agents that can settle micropayments in USDC on Base
- —Prototyping health data integrations with minimal setup
Not for
- —Production healthcare systems requiring HIPAA-compliant, audited data pipelines
- —Use cases needing bulk or batch EHR retrieval at scale (no documented batch endpoint)
- —Users without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ehr/33 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but the specific /ehr/33 path is not documented anywhere on the provider's site. No input schema, output schema, or example responses are available. Documentation pages are empty stubs. The endpoint's actual functionality is unverifiable from available materials.
Warnings
- —The /api/v1/ehr/33 path is not listed among the provider's documented APIs on the landing page — its existence and purpose are unconfirmed beyond the 402 challenge.
- —All documentation pages (/docs, /pricing, /README, /api) return only a 'Connect wallet' stub with no substantive content.
- —If this endpoint returns actual electronic health records, it may be subject to HIPAA or other health-data regulations — the provider gives no compliance information.
- —No input or output schema is documented; callers must discover the response format empirically.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/ehr/33
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/ehr/33
- —The /api/v1/ehr/33 path is not listed among the provider's documented API categorieshttps://lowpaymentfee.com