x402basequality 0.30

x402-gated account statements endpoint on Base, pay $0.02 per request in 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/27/statements` is a POST endpoint that returns JSON account statements. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) via the x402 "exact" scheme.

The endpoint charges a maximum of 20,000 base units of USDC per request. Since USDC uses 6 decimals, this translates to $0.02 per call, consistent with the site-wide pricing of $0.02/request advertised on the provider's landing page. No API keys are required; authentication and payment happen entirely through the X-PAYMENT header. The provider advertises no rate limits and instant access.

The provider (lowpaymentfee.com) hosts a broader catalog of x402-gated APIs spanning data/analytics, AI/ML (sentiment, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation) — all at the same $0.02/request price point. However, this specific listing covers only the `/api/v1/accounts/27/statements` endpoint. Documentation beyond the landing page is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementsjson-responseno-api-keyper-request-billing

Use cases

  • Retrieving account statement data programmatically via a single paid request
  • Integrating account financial data into agent workflows without managing API keys
  • Demonstrating x402 payment protocol usage on Base with USDC

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing on-demand account statement data without subscription commitments
  • Projects already operating on the Base network with USDC

Not for

  • Users needing bulk or batch account data retrieval at scale (no documented batch endpoint)
  • Anyone requiring detailed API documentation or schema definitions before integration
  • Use cases requiring non-USDC or non-Base payment rails

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 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 documentation pages are empty stubs. The purpose of 'account statements' for account 27 is unexplained, making it unclear what data is actually returned.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet' with no content.
  • The endpoint targets a hardcoded account ID (27); it is unclear whether this is a demo or a real resource.
  • No request body schema or response schema is documented anywhere.
  • No examples of actual response payloads are available to verify functionality.

Citations

Provenance

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

Agent access