Insurance claims data endpoint on Base, paid per-request via x402 in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to insurance claims data (specifically claim ID 61) via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled in USDC on the Base network at $0.02 per request (20,000 base units of USDC 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 endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all priced at $0.02 per request. However, the specific endpoint listed here (/api/v1/insurance/claims/61) is not explicitly documented on the provider's landing page among the advertised API categories. The insurance claims path suggests a domain-specific data retrieval service, but no schema documentation, example payloads, or response formats are available beyond what the x402 challenge reveals.
The endpoint is confirmed live — it returns a well-formed 402 challenge with x402 version 1, specifying the USDC asset contract (0x8335…2913) on Base and a 300-second payment timeout. Without OpenAPI specs or usage documentation, the exact request body format and response structure remain unknown.
Capabilities
Use cases
- —Retrieving insurance claim details programmatically with per-call payment
- —Integrating insurance data into agent workflows without subscription overhead
- —Accessing claim records via crypto micropayments on Base
Fit
Best for
- —Agents needing on-demand insurance claim data without API key management
- —Developers experimenting with x402 pay-per-call patterns
- —Low-volume or sporadic insurance data lookups
Not for
- —Bulk insurance data extraction (no documented batch endpoints)
- —Users who need detailed API documentation or response schema guarantees before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/insurance/claims/61 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no OpenAPI schema, no documented request/response format, and the specific insurance claims path is not listed among the provider's advertised APIs. Effectively a stub with confirmed liveness.
Warnings
- —The /api/v1/insurance/claims/61 path is not listed among the provider's documented APIs on the landing page — it may be a test or unlisted endpoint.
- —No request body schema or response schema is available; callers must discover the format experimentally.
- —No documentation pages rendered meaningful content (pricing, README, and /api pages only show 'Connect wallet').
Citations
- —The endpoint returns a 402 challenge with x402 version 1, accepting USDC on Base with maxAmountRequired of 20000 (=$0.02).https://lowpaymentfee.com/api/v1/insurance/claims/61
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/insurance/claims/61