x402-gated EHR endpoint on Base, pay-per-request with USDC — no API keys required.
What it does
This endpoint at `/api/v1/ehr/62` is part of the lowpaymentfee.com platform, which offers a collection of x402 protocol-gated APIs spanning data analytics, AI/ML inference, finance, and infrastructure utilities. The specific `/ehr/62` path suggests an Electronic Health Record (EHR) resource, though the provider's landing page does not list this particular endpoint among its documented API categories, and no further documentation about its schema, input parameters, or response format is available.
The endpoint is live and returns a valid x402 challenge on POST. Payment is settled on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) with a maximum amount of 20,000 base units. Since USDC uses 6 decimals, this translates to $0.02 per request — consistent with the platform's uniform $0.02/request pricing. The x402 scheme is "exact" with a 300-second timeout. No API keys, rate limits, or subscriptions are required; access is granted purely via the x402 payment header.
Because the endpoint path (`/ehr/62`) is not documented on the provider's site and the crawled docs/pricing/README pages all returned only a "Connect wallet" stub, the actual functionality, expected POST body, and response schema remain unknown. This listing should be treated as a stub until the provider publishes documentation for this specific resource.
Capabilities
Use cases
- —Retrieving electronic health record data for a specific resource (ID 62)
- —Agent-driven programmatic access to health data without API key management
- —Pay-per-call access to EHR information settled on Base L2
Fit
Best for
- —Agents needing on-demand EHR data access without subscription overhead
- —Developers experimenting with x402-gated health data endpoints
- —Crypto-native applications that settle micro-payments on Base
Not for
- —Production healthcare workflows requiring documented schemas and compliance guarantees
- —Users who need bulk or batch EHR data retrieval at scale
- —Anyone needing HIPAA-compliant audit trails (no compliance documentation available)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ehr/62 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but the /ehr/62 path is not listed on the provider's site, no documentation exists for its inputs or outputs, and all doc pages returned only 'Connect wallet' stubs. The actual functionality is entirely unknown, making this effectively a stub listing.
Warnings
- —The /api/v1/ehr/62 endpoint is not listed among the provider's documented APIs — its existence and purpose are unverified beyond the 402 challenge.
- —No input schema, output schema, or documentation is available for this endpoint.
- —The 'ehr' path implies health data, which may be subject to regulatory requirements (e.g., HIPAA). No compliance information is provided.
- —All documentation pages (/docs, /api, /pricing, /README) returned only a 'Connect wallet' stub with no usable content.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/ehr/62
- —The platform advertises uniform $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/ehr/62
- —The /api/v1/ehr/62 path is not listed among the provider's documented API categorieshttps://lowpaymentfee.com