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/51` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-call APIs spanning data analytics, AI/ML, finance, infrastructure utilities, and more. The specific resource at path `/ehr/51` is labeled "Premium API Access" but its exact data payload is undocumented — the "ehr" path segment suggests Electronic Health Records, though no schema or sample response is provided by the site.
Payment is handled via the x402 protocol on the Base network. The challenge advertises a max amount of 20,000 base units of USDC (contract `0x8335…2913`, 6 decimals), which equals $0.02 per request. No API keys, rate limits, or subscriptions are required; callers simply attach an `X-PAYMENT` header with a valid x402 payment proof. The endpoint accepts HTTP POST and returns `application/json`.
The provider's landing page lists dozens of similarly priced endpoints across categories (analytics, AI, finance, utilities), all at $0.02/request. However, documentation is essentially nonexistent — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no description of what data this particular EHR endpoint returns. Prospective callers should treat this as an exploratory integration until the provider publishes proper documentation.
Capabilities
Use cases
- —Retrieving health record data (EHR) on a pay-per-call basis without subscription
- —Integrating EHR lookups into agent workflows that support x402 payments
- —Exploring x402-protocol micropayment patterns for data access
Fit
Best for
- —Developers experimenting with x402 pay-per-call protocols
- —Agents needing on-demand EHR data access without API key management
- —Low-volume, ad-hoc health data queries
Not for
- —Production healthcare systems requiring HIPAA-compliant, well-documented APIs
- —High-volume bulk EHR data extraction (no documented batch support)
- —Users who need detailed request/response schemas before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ehr/51 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge) and pricing is clear ($0.02 USDC on Base). However, there is zero documentation on what the EHR endpoint actually returns — no request schema, no response schema, no examples, and the docs/pricing/README pages are empty. The 'ehr' path is unexplained. This is effectively a stub listing.
Warnings
- —No documentation exists for this endpoint — /docs, /pricing, /README all show only 'Connect wallet'
- —The 'ehr' path suggests Electronic Health Records, which is a regulated data category (HIPAA, GDPR) — no compliance information is provided
- —No OpenAPI spec or request/response schema available
- —No example responses; actual data content is unknown
- —Provider identity and data sourcing are opaque
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/ehr/51
- —All listed APIs are priced at $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/51
- —Documentation pages (/docs, /api, /pricing, /README) render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs