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/95` is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-request APIs spanning data analytics, AI/ML, finance, infrastructure, and more. Each request is settled on the Base network using USDC, with no API keys, rate limits, or subscriptions required.

The specific endpoint probed serves insurance claims data (resource ID 95). The x402 challenge confirms it is live and accepts POST requests. The maximum amount required is 20,000 base units of USDC (0x8335…), which equals $0.02 USD (USDC uses 6 decimals). This is consistent with the site-wide advertised price of $0.02 per request.

Documentation is minimal — the site's landing page lists available endpoints with brief labels and prices, but there is no OpenAPI spec, request/response schema documentation, or usage examples. The endpoint's output schema only indicates it accepts HTTP POST and is discoverable. Because the endpoint path suggests it returns a specific insurance claim record, the response is likely a JSON object with claim details, but the exact fields are unknown. Agents should be prepared to handle an opaque JSON response.

Capabilities

x402-paymentusdc-settlementbase-networkinsurance-claims-datapay-per-requestno-api-key

Use cases

  • Retrieving insurance claim details programmatically
  • Integrating insurance claims data into automated workflows
  • Agents purchasing on-demand insurance data without API key management

Fit

Best for

  • Developers needing frictionless, keyless access to insurance claims data
  • AI agents that can settle micropayments on Base via x402
  • Projects requiring pay-as-you-go data access with no subscription

Not for

  • Bulk retrieval of large insurance datasets (single-claim endpoint, $0.02 each)
  • Users who need detailed API documentation or guaranteed SLAs
  • Applications requiring non-crypto payment methods

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a brief label, and the insurance claims domain is not explained. This is effectively a stub listing with verified liveness and pricing.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • No request body schema or response schema documented — response format is unknown
  • Insurance claims data may be subject to regulatory requirements (HIPAA, state insurance regulations) depending on jurisdiction and data contents
  • The endpoint path includes a hardcoded ID (95); it is unclear whether other claim IDs are accessible or how to discover them
  • The /api, /pricing, and /README pages returned only a 'Connect wallet' prompt with no useful content

Citations

Provenance

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

Agent access