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 86) via a POST request, gated by the x402 payment protocol. Payment is settled in USDC on the Base network at $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The hosting site lowpaymentfee.com offers a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all uniformly priced at $0.02 per request. This particular endpoint falls under an insurance claims category, though the site's landing page does not list insurance endpoints among its featured API groups. The exact schema of the response payload is not documented; the x402 challenge confirms the output MIME type is application/json but provides no further field-level detail.

Because there is no OpenAPI spec, no example responses, and no documentation beyond the generic landing page, the actual data returned for claim 86 is unknown. Callers should treat this as a lightly documented endpoint and verify the response structure empirically before relying on it in production.

Capabilities

x402-paymentusdc-baseinsurance-claimspay-per-requestjson-response

Use cases

  • Retrieving insurance claim details for claim ID 86
  • Integrating pay-per-request insurance data into automated workflows
  • Agent-driven insurance claim lookups without API key management

Fit

Best for

  • Developers needing on-demand insurance claim data without subscription commitments
  • AI agents that can settle micropayments via x402 on Base
  • Prototyping integrations where low per-call cost matters

Not for

  • Bulk retrieval of many insurance claims (only a single claim ID is exposed)
  • 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/86 \
  -H "X-PAYMENT: <x402_payment_proof>" \
  -H "Content-Type: application/json"

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 spec, no example request/response, no documentation for the insurance claims resource, and the endpoint is not even listed on the provider's own landing page. Effectively a stub.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • Insurance claims endpoint is not listed among the provider's advertised APIs on the landing page
  • Response payload structure is completely unknown — no field-level schema provided
  • Single hardcoded claim ID (86) — unclear if other claim IDs are accessible or what data is returned

Citations

Provenance

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

Agent access