x402basequality 0.25

x402-gated EHR endpoint on Base, pay $0.02 per request in USDC — no API keys required.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/v1/ehr/35` is part of the lowpaymentfee.com platform, which offers a collection of x402-protocol pay-per-request APIs spanning data analytics, AI/ML inference, finance, and utility services. The specific `/ehr/35` path suggests an Electronic Health Record (EHR) resource, though the provider's landing page does not list this particular endpoint among its documented APIs. The endpoint is live and returns a valid x402 challenge on POST requests.

Payment is settled on the Base network using USDC (contract `0x8335…2913`) via the x402 "exact" scheme. The maximum amount required is 20,000 base units, which at 6 decimals equals $0.02 per request — consistent with the platform's uniform $0.02/request pricing. No API keys, rate limits, or upfront commitments are advertised; callers simply attach an `X-PAYMENT` header with a valid payment proof.

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 spec, no request/response schema, and no description of what data the `/ehr/35` endpoint actually returns. The endpoint's purpose (EHR data) falls in a regulated domain (healthcare), which warrants caution. Without documentation of the input format or output schema, callers will need to experiment or contact the provider directly.

Capabilities

x402-paymentpay-per-requestusdc-settlementbase-networkehr-datano-api-keyhttp-post

Use cases

  • Retrieving electronic health record data for a specific resource (ID 35)
  • Integrating health data into agent workflows with per-request micropayments
  • Accessing EHR information without managing API keys or subscriptions

Fit

Best for

  • Developers needing on-demand EHR data access via crypto micropayments
  • AI agents that can settle x402 payments on Base
  • Projects that want keyless, pay-as-you-go health data endpoints

Not for

  • Production healthcare applications requiring HIPAA-compliant, documented APIs
  • Users who need detailed request/response schemas before integration
  • Callers who cannot settle USDC payments on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/ehr/35 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is zero documentation on what /ehr/35 actually returns, no OpenAPI spec, no request/response examples, and the endpoint is not even listed on the provider's own landing page. The regulated healthcare domain adds further concern.

Warnings

  • The /ehr/35 endpoint is not listed among the provider's documented APIs on the landing page — its purpose and data content are unknown.
  • EHR (Electronic Health Record) data is a regulated healthcare domain; no compliance or data-source information is provided.
  • All documentation pages (/docs, /pricing, /api, /README) render only a 'Connect wallet' prompt with no substantive content.
  • No request body schema or response schema is available; callers must experiment blind.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 18:51:43Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access