Insurance claims data endpoint on Base, pay-per-request via x402 with USDC.
What it does
This x402-enabled endpoint at `/api/v1/insurance/claims/95` is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-request APIs spanning data analytics, AI/ML, finance, infrastructure, and more. Each request is settled on the Base network using USDC, with no API keys, rate limits, or subscriptions required.
The specific endpoint probed serves insurance claims data (resource ID 95). The x402 challenge confirms it is live and accepts POST requests. The maximum amount required is 20,000 base units of USDC (0x8335…), which equals $0.02 USD (USDC uses 6 decimals). This is consistent with the site-wide advertised price of $0.02 per request.
Documentation is minimal — the site's landing page lists available endpoints with brief labels and prices, but there is no OpenAPI spec, request/response schema documentation, or usage examples. The endpoint's output schema only indicates it accepts HTTP POST and is discoverable. Because the endpoint path suggests it returns a specific insurance claim record, the response is likely a JSON object with claim details, but the exact fields are unknown. Agents should be prepared to handle an opaque JSON response.
Capabilities
Use cases
- —Retrieving insurance claim details programmatically
- —Integrating insurance claims data into automated workflows
- —Agents purchasing on-demand insurance data without API key management
Fit
Best for
- —Developers needing frictionless, keyless access to insurance claims data
- —AI agents that can settle micropayments on Base via x402
- —Projects requiring pay-as-you-go data access with no subscription
Not for
- —Bulk retrieval of large insurance datasets (single-claim endpoint, $0.02 each)
- —Users who need detailed API documentation or guaranteed SLAs
- —Applications requiring non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/insurance/claims/95 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a brief label, and the insurance claims domain is not explained. This is effectively a stub listing with verified liveness and pricing.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —No request body schema or response schema documented — response format is unknown
- —Insurance claims data may be subject to regulatory requirements (HIPAA, state insurance regulations) depending on jurisdiction and data contents
- —The endpoint path includes a hardcoded ID (95); it is unclear whether other claim IDs are accessible or how to discover them
- —The /api, /pricing, and /README pages returned only a 'Connect wallet' prompt with no useful content
Citations
- —The site advertises $0.02 per request with no API keys, no rate limits, and instant access on the Base network.https://lowpaymentfee.com
- —The x402 challenge shows maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on the Base network.https://lowpaymentfee.com/api/v1/insurance/claims/95