x402-gated premium API endpoint on Base, pay-per-request with USDC.
What it does
This endpoint at `/api/v1/ehr/59` 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 `/api/v1/ehr/59` path is listed under the title "Premium API Access" but its exact functionality is not documented on the site — the "ehr" path segment suggests it may relate to Electronic Health Records or a similar domain, though this is unconfirmed.
The endpoint is live and responds with a valid x402 payment challenge on POST. It accepts payment in USDC on the Base network at a maximum cost of 20,000 base units (0.02 USDC, i.e., two cents per request). The platform advertises a uniform $0.02/request pricing model across all its endpoints, with no API keys, no rate limits, and no minimum commitments required. Payment is settled on-chain via the x402 "exact" scheme to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`.
Documentation is extremely sparse. The docs, API, pricing, 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 usage examples available. The input schema indicates it accepts HTTP POST requests and is marked as discoverable, but the expected request body and response format are unknown. Users should be aware that without documentation, integration requires experimentation or contacting the provider.
Capabilities
Use cases
- —Accessing a premium data endpoint with per-request USDC micropayments
- —Integrating pay-as-you-go API calls without managing API keys or subscriptions
- —Agent-driven programmatic access to gated resources via x402 protocol
Fit
Best for
- —Developers wanting zero-signup, pay-per-call API access
- —AI agents that can settle x402 payments on Base
- —Users comfortable with on-chain USDC micropayments
Not for
- —Anyone needing detailed API documentation or guaranteed SLAs before integrating
- —Use cases requiring free or fiat-only payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ehr/59 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is zero documentation on what /api/v1/ehr/59 actually does, no request/response schema, and no examples. The docs pages are empty. This is effectively a stub listing.
Warnings
- —The exact purpose of /api/v1/ehr/59 is unknown — 'ehr' may imply health data, which could involve regulated categories (HIPAA, etc.)
- —No documentation, OpenAPI spec, or usage examples are available from the provider
- —All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no content
- —The endpoint path does not appear in the provider's own listed API catalog on the homepage
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/ehr/59
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/ehr/59
- —Documentation pages render only 'Connect wallet' with no technical contenthttps://lowpaymentfee.com/docs