x402-gated EHR endpoint on Base, pay $0.02 per request in USDC with no API keys.
What it does
This endpoint at lowpaymentfee.com provides premium API access via the x402 payment protocol. The specific path `/api/v1/ehr/20` suggests an Electronic Health Record (EHR) data endpoint, though the provider's landing page does not explicitly list or document this particular route. The site advertises a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per request.
Payment is settled on the Base network using USDC (contract 0x8335…2913) through the x402 "exact" scheme. The 402 challenge specifies a maxAmountRequired of 20,000 base units, which at 6 decimals equals $0.02 USD. No API keys, rate limits, or upfront commitments are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof. The endpoint accepts POST requests and returns application/json.
Documentation is extremely sparse. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the `/api/v1/ehr/20` endpoint actually returns. The "EHR" path segment and the "Premium API Access" label are the only clues about the endpoint's purpose. Prospective users should exercise caution, especially given the potential sensitivity of health-record data.
Capabilities
Use cases
- —Retrieving electronic health record data on a per-request basis
- —Integrating EHR lookups into agent workflows without managing API keys
- —Paying for health data access with USDC on Base
Fit
Best for
- —Developers needing on-demand EHR data without subscription commitments
- —AI agents that can settle x402 payments autonomously
- —Prototyping health-data integrations with minimal setup
Not for
- —Production healthcare applications requiring HIPAA-compliant, audited data pipelines
- —Users who need detailed API documentation or guaranteed SLAs
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ehr/20 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no OpenAPI schema, no request/response examples, and the purpose of the /ehr/20 path is entirely undocumented. The docs pages are empty. This is effectively a stub listing.
Warnings
- —The /api/v1/ehr/20 path is not listed on the provider's landing page — its existence and purpose are unverified beyond the 402 challenge.
- —No documentation, schema, or examples are available for this endpoint.
- —'EHR' implies health data, which may be subject to regulatory requirements (HIPAA, GDPR). No compliance information is provided.
- —All secondary pages (docs, pricing, API, README) returned only a 'Connect wallet' prompt with no content.
Citations
- —The site advertises APIs at $0.02 per request with no API keys, no rate limits, and instant access on the Base network.https://lowpaymentfee.com
- —The 402 challenge specifies maxAmountRequired of 20000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02.https://lowpaymentfee.com/api/v1/ehr/20
- —The endpoint accepts POST requests and returns application/json per the x402 challenge.https://lowpaymentfee.com/api/v1/ehr/20