x402-gated EHR endpoint on Base, pay-per-request with USDC — no API keys required.
What it does
This endpoint at `/api/v1/ehr/25` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-call APIs spanning data analytics, AI/ML, finance, infrastructure, and more. The specific `/ehr/25` path suggests an Electronic Health Record (EHR) resource, though the provider's landing page does not list this particular endpoint among its documented offerings. The endpoint is live and returns a valid x402 challenge on POST.
Pricing is set at 20,000 base units of USDC on the Base network (contract `0x8335…2913`). Since USDC uses 6 decimals, this translates to $0.02 per request — consistent with the platform's uniform $0.02/request pricing across all listed endpoints. Payment is made via the x402 exact scheme; no API keys, subscriptions, or rate limits are advertised. The x402 challenge specifies a 300-second payment timeout.
Documentation is extremely sparse. The landing page lists endpoint categories (Data & Analytics, AI & ML, Finance & Web3, Infrastructure) but does not describe the `/ehr/25` endpoint specifically. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional content. There is no OpenAPI spec, no request/response schema documentation, and no examples for this or any other endpoint on the platform. The actual data returned by this endpoint and the expected POST body are unknown.
Capabilities
Use cases
- —Retrieving electronic health record data for a specific resource (ID 25)
- —Integrating EHR data into agent workflows with per-request micropayments
- —Accessing health data without API key management via x402 payment protocol
Fit
Best for
- —Agents needing on-demand EHR data access with no subscription
- —Developers experimenting with x402 pay-per-call health data APIs
- —Workflows requiring keyless, low-friction access to health records
Not for
- —Production healthcare applications requiring documented schemas and compliance guarantees
- —Bulk EHR data retrieval (pay-per-request at $0.02 adds up)
- —Users needing HIPAA-compliant, auditable health data pipelines
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ehr/25 \
-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 zero documentation for the /ehr/25 path specifically. No request/response schema, no examples, and the docs pages are empty. The endpoint is not even listed on the provider's landing page. This is effectively a stub listing.
Warnings
- —The /api/v1/ehr/25 endpoint is not listed among the provider's documented APIs — its purpose and data format are unknown.
- —No OpenAPI spec, request schema, or response schema is available for any endpoint on this platform.
- —All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no content.
- —EHR data may be subject to healthcare regulations (e.g., HIPAA); no compliance information is provided.
- —The nature of the data behind 'ehr/25' is entirely opaque — it could be synthetic, demo, or real health data.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/ehr/25
- —Platform-wide pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/ehr/25
- —Documentation pages render only 'Connect wallet' with no additional contenthttps://lowpaymentfee.com/docs