Pay-per-call EHR data endpoint on Base via x402, settled in USDC at $0.02/request.
What it does
This endpoint at `/api/v1/ehr/17` is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-request APIs accessible via the x402 payment protocol on the Base network. The specific endpoint appears to serve Electronic Health Record (EHR) data, though the crawled documentation provides no details about the schema, fields, or data source behind this particular resource. The platform advertises a uniform $0.02 per request pricing model across all its endpoints.
Payment is handled via x402 with USDC on Base (contract 0x8335…2913). The 402 challenge confirms the endpoint is live and accepts POST requests with a max amount of 20,000 base units of USDC (6 decimals), which equals $0.02. No API keys or rate limits are advertised — access is granted purely through per-call micropayment. The timeout for payment settlement is 300 seconds.
Important caveats: the endpoint's actual response schema is undocumented. The crawled site pages beyond the landing page returned only "Connect wallet" stubs with no meaningful documentation. The EHR endpoint is not listed among the publicly advertised API categories (Data & Analytics, AI & ML, Finance & Web3, Infrastructure), which raises questions about whether it is a production resource or a test/demo endpoint. Users working with health data should be aware of potential regulatory implications (HIPAA, etc.) that are not addressed anywhere in the available materials.
Capabilities
Use cases
- —Retrieving electronic health record data for a specific resource (ID 17)
- —Integrating EHR data into agent workflows with per-call micropayments
- —Accessing health data without API key registration
Fit
Best for
- —Developers needing on-demand EHR data access without subscription commitments
- —Agent-based systems that can settle x402 payments in USDC on Base
- —Prototyping health data integrations with low per-call cost
Not for
- —Production healthcare applications requiring HIPAA-compliant, audited data pipelines
- —Users who need detailed documentation or guaranteed SLAs for health data
- —Bulk retrieval of large EHR datasets (pay-per-request model may be costly at scale)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ehr/17 \
-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), but there is zero documentation on the EHR endpoint's request/response schema, data source, or purpose. The EHR path is not listed among the site's advertised APIs, and all doc/pricing/API pages returned only 'Connect wallet' stubs. This is effectively a stub listing.
Warnings
- —No documentation exists for the /api/v1/ehr/17 endpoint — request body and response schema are completely unknown.
- —This endpoint is not listed among the provider's publicly advertised API categories, raising questions about its status.
- —EHR (Electronic Health Record) data may be subject to HIPAA or other health data regulations; no compliance information is provided.
- —All site pages beyond the landing page returned only 'Connect wallet' with no usable content.
- —No OpenAPI spec, AI plugin manifest, or agents.txt found.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/ehr/17
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/ehr/17