x402basequality 0.30

Insurance claims lookup API on Base, paid per-request via x402 in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to insurance claims data (specifically claim ID 100 in this URL pattern) via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals).

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 minimum commitments. The specific endpoint probed here falls under an insurance claims path (`/api/v1/insurance/claims/100`), though this particular route is not listed on the provider's public landing page among the advertised API categories. The x402 challenge was successfully captured, confirming the endpoint is live.

Because there is no OpenAPI schema, no request/response examples, and no documentation beyond the generic landing page, the actual data returned by this endpoint is unknown. It is unclear whether the path parameter `100` represents a specific claim ID, a pagination offset, or something else. Callers should be prepared to experiment or contact the provider for documentation.

Capabilities

x402-paymentusdc-baseinsurance-claimsper-request-pricingno-api-keyjson-response

Use cases

  • Retrieving insurance claims data programmatically without managing API keys
  • Agents autonomously purchasing insurance claim information on-demand
  • Integrating claims data into financial dashboards or underwriting workflows

Fit

Best for

  • Developers wanting zero-friction, keyless access to insurance claims data
  • AI agents that can settle micropayments on Base via x402
  • Prototyping insurance data integrations without subscription commitments

Not for

  • Bulk retrieval of large insurance datasets (no documented batch endpoint)
  • Production use cases requiring well-documented schemas and SLAs
  • Users who cannot transact in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/insurance/claims/100 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no request/response examples, no documentation for this specific insurance claims path, and the endpoint isn't even listed on the provider's own landing page. Effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • The /api/v1/insurance/claims/ path is not listed among the provider's publicly advertised APIs — it may be experimental or undocumented
  • No request body schema or response format is known; callers must discover behavior empirically
  • The crawled /api, /pricing, and /README pages returned only a 'Connect wallet' prompt with no useful content

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 00:15:54Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access