x402basequality 0.35

Insurance claims data endpoint on Base, pay-per-request via x402 with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at `/api/v1/insurance/claims/90` is part of the lowpaymentfee.com platform, which hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML, finance, infrastructure utilities, and more. Each request is paid individually using USDC on the Base network via the x402 protocol — no API keys, no subscriptions, no rate limits.

The specific endpoint probed serves insurance claims data (resource ID 90). The x402 challenge indicates a maximum cost of 20,000 base units of USDC (0.02 USD per request), consistent with the site-wide $0.02/request pricing. Payment is settled on-chain to a designated address using the exact-amount scheme. The endpoint accepts HTTP POST requests and returns `application/json` responses.

While the platform advertises a wide range of endpoints, documentation is minimal — there is no OpenAPI spec, no request/response schema beyond the x402 challenge metadata, and the crawled pages beyond the homepage returned only wallet-connect prompts. The actual structure of the insurance claims data returned is unknown, so callers should expect to discover the response format empirically.

Capabilities

x402-paymentusdc-basepay-per-requestinsurance-claimsjson-responseno-api-keyhttp-post

Use cases

  • Retrieving insurance claims data on a per-request basis without subscription
  • Integrating insurance claims lookups into agent workflows that settle payments via x402
  • Programmatic access to claims records paid with USDC on Base

Fit

Best for

  • Agents or apps needing on-demand insurance claims data with crypto micropayments
  • Developers who want zero-signup, pay-as-you-go API access
  • x402-compatible clients on the Base network

Not for

  • Users who need detailed API documentation or guaranteed response schemas before integrating
  • High-volume batch processing where per-request pricing may add up
  • Users without USDC on Base or an x402-compatible payment client

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema documentation, no examples, and the crawled docs pages are empty. The purpose of the insurance claims endpoint is only inferable from the URL path. This is effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — request and response formats are unknown.
  • The insurance claims endpoint is not listed on the provider's homepage catalog, raising questions about its status or discoverability.
  • Crawled /api, /pricing, and /README pages returned only 'Connect wallet' with no useful content.
  • Response data structure must be discovered empirically; no examples exist in source material.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 21:51:12Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access