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/21` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-request APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services. The specific resource at path `/ehr/21` is labeled "Premium API Access" but its exact data payload is undocumented — the "ehr" path segment suggests Electronic Health Record data, though no schema or sample response is provided by the provider.
Payment is handled via the x402 protocol on the Base network. The challenge advertises a maximum amount of 20,000 base units of USDC (contract `0x8335…2913`, 6 decimals), which converts to $0.02 per request. Settlement goes to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`. The endpoint accepts POST requests, requires no API keys or account registration, and has a payment timeout of 300 seconds. The provider's landing page confirms a flat $0.02/request pricing model across all listed endpoints with no rate limits or minimum commitments.
Documentation is extremely sparse. The `/docs`, `/pricing`, `/api`, and `/README` pages all render only a "Connect wallet" prompt with no additional technical content. There is no OpenAPI spec, no request/response schema, and no explanation of what data the `/ehr/21` resource actually returns. The endpoint is live (returns a proper 402 challenge), but without documentation it is difficult to know what input to send or what output to expect.
Capabilities
Use cases
- —Retrieving electronic health record data (resource ID 21) on a per-request payment basis
- —Integrating health data into agent workflows without pre-registration or API keys
- —Testing x402 micropayment flows against a live endpoint
Fit
Best for
- —Developers experimenting with x402 pay-per-request protocols
- —Agents needing on-demand health data access without subscription commitments
- —Quick prototyping of crypto-settled API integrations on Base
Not for
- —Production healthcare applications requiring documented schemas and compliance guarantees
- —Users who need detailed API documentation or OpenAPI specs before integration
- —Bulk data retrieval where per-request pricing would be cost-inefficient
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ehr/21 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing, but there is zero documentation on request format, response schema, or what 'ehr/21' actually returns. The docs pages are empty. The 'ehr' path suggests health data but this is unconfirmed.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all render only 'Connect wallet'
- —No OpenAPI spec or request/response schema provided
- —The 'ehr' path suggests Electronic Health Record data, which may fall under regulated health data categories (HIPAA, etc.) — no compliance information is provided
- —The specific resource '/ehr/21' is not listed on the provider's landing page among their advertised APIs
- —Cannot verify what data is actually returned without making a paid request
Citations
- —Flat $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC (6 decimals = $0.02) on Basehttps://lowpaymentfee.com/api/v1/ehr/21
- —USDC asset contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/ehr/21