Insurance claims data endpoint on Base, pay-per-request via x402 with USDC.
What it does
This x402-enabled endpoint at lowpaymentfee.com serves insurance claims data (specifically claim ID 18) behind a per-request USDC micropayment on the Base network. The endpoint accepts POST requests and returns JSON. Payment is settled on-chain using USDC (contract 0x8335…2913 on Base) at $0.02 per request.
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 at $0.02 per request with no API keys, no rate limits, and no commitments. The specific endpoint listed here falls under an insurance claims path (`/api/v1/insurance/claims/18`), though it is not prominently listed on the provider's landing page among the advertised API categories. No OpenAPI schema, detailed documentation, or example responses are available for this endpoint, so the exact request body format and response structure are unknown.
The endpoint is confirmed live: it returns a valid x402 version-1 challenge with a 402 status code, advertising the payment parameters. The maximum amount required is 20,000 base units of USDC (6 decimals), which equals $0.02 USD per call. The payment timeout is 300 seconds.
Capabilities
Use cases
- —Retrieving insurance claim details programmatically
- —Integrating insurance claims data into automated workflows
- —Agent-driven insurance claim lookups with on-chain micropayments
Fit
Best for
- —Developers needing on-demand insurance claims data without API key management
- —AI agents that can settle USDC payments on Base for per-call access
- —Prototyping pay-per-use insurance data integrations
Not for
- —Bulk insurance data exports (single-claim endpoint, no batch support documented)
- —Users without a Base-compatible USDC wallet
- —Production use cases requiring documented schemas and SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/insurance/claims/18 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no OpenAPI schema, no documentation, no example requests or responses, and the insurance claims path is not listed among the provider's advertised APIs. The actual data returned is entirely unknown.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —The /api/v1/insurance/claims/ path is not listed on the provider's landing page among advertised APIs
- —Request body format and response structure are completely unknown
- —No SLA, rate limit, or uptime guarantees documented
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/insurance/claims/18
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/insurance/claims/18
- —All APIs on lowpaymentfee.com are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com