x402-gated EHR endpoint on Base, pay $0.02 per request in USDC — no API keys required.
What it does
This endpoint at lowpaymentfee.com provides access to an Electronic Health Record (EHR) resource at `/api/v1/ehr/99` via the x402 payment protocol. The endpoint is live and returns a standard 402 challenge requesting payment in USDC on the Base network. The price is 20,000 base units of USDC (6 decimals), which equals $0.02 per request, consistent with the site-wide pricing of $0.02/request advertised on the provider's landing page.
The provider, lowpaymentfee.com, hosts a broad catalog of x402-gated APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all at the same $0.02/request price point. The platform advertises no API keys, no rate limits, and instant access; payment is settled on-chain via USDC on Base. The specific `/api/v1/ehr/99` endpoint is not listed on the provider's public catalog page, so its exact data schema and response format are unknown. The description in the x402 challenge is simply "Premium API Access" and the MIME type is `application/json`.
Because there is no OpenAPI spec, no documentation beyond the landing page, and no example request/response for this particular EHR endpoint, the actual data returned is unclear. The endpoint accepts POST requests. Callers should be aware that EHR data may be subject to healthcare data regulations (e.g., HIPAA in the US), and the provider offers no visible compliance documentation.
Capabilities
Use cases
- —Retrieving electronic health record data for a specific resource (ID 99)
- —Integrating EHR data into health-tech applications via pay-per-call
- —Agent-driven healthcare data retrieval without API key management
Fit
Best for
- —Developers needing on-demand EHR data without subscription commitments
- —AI agents that can settle x402 USDC payments 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 data retrieval at scale
- —Users who cannot transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ehr/99 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documentation for this specific EHR endpoint, no example request/response, and the endpoint is not even listed on the provider's public catalog. The nature of the data returned is entirely unknown.
Warnings
- —The /api/v1/ehr/99 endpoint is not listed on the provider's public API catalog — its purpose and data schema are unverified.
- —EHR (Electronic Health Record) data may be subject to healthcare privacy regulations (e.g., HIPAA). No compliance documentation is provided by the site.
- —No OpenAPI spec, no docs, and no example responses are available for this endpoint.
- —The docs, API, pricing, and README pages all returned only 'Connect wallet' with no substantive content.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 in USDC (asset 0x8335…) on Base, equaling $0.02 per request.https://lowpaymentfee.com/api/v1/ehr/99
- —Site-wide pricing is $0.02/request with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —The provider lists APIs across data & analytics, AI/ML, finance/Web3, and infrastructure categories but does not list /api/v1/ehr/99.https://lowpaymentfee.com