x402basequality 0.35

x402-gated account statements endpoint on Base, pay-per-request with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to account statement data behind an x402 paywall. The specific resource `/api/v1/accounts/100/statements` accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform hosts a variety of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance and crypto market data, and utility services (geocoding, validation, conversion, generation), all priced at $0.02 per request. However, the specific endpoint cataloged here is the account statements resource. The exact schema of the request body and response payload is not documented in the crawled material, so callers should expect to discover the format experimentally or via additional documentation not currently available.

The endpoint is live and returned a proper 402 challenge when probed. The site's landing page loads successfully (HTTP 200), though the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive documentation.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementspay-per-requestno-api-keyjson-response

Use cases

  • Retrieving account statement data on a per-request payment basis
  • Integrating pay-as-you-go financial data into agent workflows
  • Accessing premium account data without API key registration

Fit

Best for

  • Agents that need on-demand account statement access without subscription commitments
  • Developers experimenting with x402 payment-gated APIs on Base
  • Workflows requiring low-cost, keyless API access to financial data

Not for

  • Users who need detailed API documentation or OpenAPI schemas before integrating
  • High-volume batch processing where per-request pricing may add up
  • Use cases requiring non-USDC or non-Base payment rails

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/100/statements \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>"

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, but there is no OpenAPI schema, no request/response examples, and no meaningful documentation beyond a landing page listing. The actual purpose and data format of the 'account statements' resource is unclear.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • Docs, API, pricing, and README pages all render only 'Connect wallet' with no content
  • Request body format and response schema are unknown — must be discovered experimentally
  • The specific meaning of 'accounts/100/statements' is undocumented; '100' may be a placeholder or fixed account ID

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 00:16:14Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access