Pay-per-call medical records endpoint on Base via x402, settled in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a medical records resource (record ID 98) via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The provider, lowpaymentfee.com, hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced uniformly at $0.02 per request. This specific endpoint sits under the /api/v1/medical/records path, though it is not listed on the provider's public landing page among the advertised API categories. The endpoint is live and returns a proper 402 challenge with x402 version 1.
Because the endpoint deals with medical records, callers should be aware of potential regulatory considerations (e.g., HIPAA in the US, GDPR in the EU). No documentation, request schema, or response schema is provided beyond the x402 challenge metadata. The actual data returned and the expected POST body are unknown.
Capabilities
Use cases
- —Retrieving medical record data for record ID 98 via a single paid API call
- —Integrating health data into agent workflows that support x402 micropayments
- —Programmatic access to medical records without traditional API key provisioning
Fit
Best for
- —Agents or applications that can settle x402 payments in USDC on Base
- —Developers needing quick, keyless access to medical record data
- —Micropayment-friendly workflows where per-call billing is preferred
Not for
- —Use cases requiring bulk retrieval of many medical records (no batch endpoint documented)
- —Applications in jurisdictions with strict health-data regulations unless compliance is independently verified
- —Users who need detailed API documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/medical/records/98 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but there is no request/response schema, no documentation, and the medical records path is not listed on the provider's own landing page. The nature of the data returned is entirely unknown, and the medical/health category raises regulatory concerns.
Warnings
- —This endpoint serves medical records — callers should verify regulatory compliance (HIPAA, GDPR, etc.) independently.
- —The /api/v1/medical/records path is not listed among the provider's publicly advertised APIs; its legitimacy and data source are unverified.
- —No request body schema or response schema is documented; the expected POST payload is unknown.
- —No OpenAPI spec, README, or detailed docs are available from the provider.
Citations
- —Endpoint returns a valid x402 version 1 challenge with 402 status on POSThttps://lowpaymentfee.com/api/v1/medical/records/98
- —Payment asset is USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/medical/records/98
- —maxAmountRequired is 20000 base units (= $0.02 with 6 decimals)https://lowpaymentfee.com/api/v1/medical/records/98
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The medical records endpoint is not listed among the provider's publicly advertised API categorieshttps://lowpaymentfee.com