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 73) behind an x402 paywall. It is part of a broader platform that offers dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance, crypto, infrastructure utilities, and more. All endpoints on the platform use the x402 protocol for payment, settling in USDC on the Base network.

The specific endpoint `/api/v1/insurance/claims/73` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0.02 USD per request). The platform emphasizes simplicity: no API keys, no rate limits, no commitments — just attach an x402 payment header and receive the response. The payTo address is `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`, and the USDC asset contract is `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base.

Note that the endpoint path suggests a single insurance claim resource (claim 73). There is no documentation explaining the schema of the returned data, what fields are included in a claim, or whether other claim IDs are available. The platform's landing page does not list insurance endpoints among its advertised categories, so this may be a less-documented or experimental offering. Without an OpenAPI spec, request/response schemas, or example payloads, the actual utility of this endpoint is difficult to assess.

Capabilities

x402-paymentusdc-baseinsurance-claimsjson-responsepay-per-requestno-api-key

Use cases

  • Retrieving insurance claim details programmatically for claim processing workflows
  • Integrating insurance claims data into automated underwriting or audit pipelines
  • Agent-driven lookups of specific insurance claim records with micropayment settlement

Fit

Best for

  • Developers needing on-demand insurance claim data without subscription commitments
  • AI agents that can settle x402 payments in USDC on Base
  • Prototyping insurance data integrations with minimal setup

Not for

  • Bulk retrieval of large claim datasets (single-claim endpoint, no batch support documented)
  • Users who need detailed schema documentation or SLA guarantees before integrating
  • Non-crypto users who cannot settle payments on Base network

Quick start

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

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 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation for the insurance claims resource, and the landing page doesn't even list insurance endpoints. This is effectively a stub listing with minimal information.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • Insurance claims endpoint is not listed among the provider's advertised API categories — may be experimental or undocumented
  • No example request or response payloads available
  • The endpoint targets a single claim ID (73); it is unclear if other claim IDs exist or how to discover them
  • No information on data freshness, accuracy, or regulatory compliance for insurance data

Citations

Provenance

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

Agent access