x402basequality 0.30

Insurance claims data endpoint 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 23) via an x402 pay-per-request model. The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on the Base network.

The x402 challenge advertises a maxAmountRequired of 20000 base units of USDC (6 decimals), which equals $0.02 per request. The provider's landing page confirms a flat $0.02/request pricing across all their API endpoints, with no API keys, no rate limits, and instant access. The provider hosts a broad catalog of endpoints spanning data analytics, AI/ML inference, finance, crypto, infrastructure utilities, and — as in this case — insurance claims.

Documentation is extremely sparse. There is no OpenAPI spec, no request/response schema, and no description of what fields the insurance claims endpoint actually returns or what POST body it expects. The landing page lists this endpoint's category implicitly but provides no further detail on the insurance domain. Prospective callers should expect to experiment with the endpoint to discover its input/output contract.

Capabilities

x402-paymentusdc-basepay-per-requestinsurance-claimsjson-responsepost-method

Use cases

  • Retrieving insurance claim details by claim ID
  • Integrating insurance claims data into automated workflows
  • Agent-driven insurance claim verification

Fit

Best for

  • Developers needing on-demand insurance claims data without API key management
  • AI agents that can pay per-request via x402 on Base
  • Prototyping insurance data integrations with minimal setup

Not for

  • Bulk insurance claims processing requiring batch endpoints
  • Production systems that need documented, stable schemas with SLAs
  • Users without USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/insurance/claims/23 \
  -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 confirmed) and pricing is clear ($0.02/request in USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation on what the insurance claims endpoint accepts or returns, and the crawled pages beyond the landing page are empty. This is effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — request and response formats are unknown
  • Insurance claims data may be subject to regulatory requirements (HIPAA, state insurance regulations) depending on jurisdiction and data contents
  • The endpoint path references a specific claim ID (23); it is unclear whether other IDs are supported or what the full resource model looks like
  • No examples or descriptions of the insurance domain are provided by the source

Citations

Provenance

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

Agent access