x402basequality 0.30

x402-gated account statements endpoint on Base, paid 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/157/statements` is described as "Premium API Access" and accepts POST requests, returning JSON responses. Payment is settled on the Base network using USDC (contract 0x8335…2913) 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 equals $0.02 per call — consistent with the site-wide $0.02/request pricing advertised on the provider's landing page. The provider advertises no API keys, no rate limits, and instant access; callers simply attach an X-PAYMENT header with a valid x402 payment proof.

lowpaymentfee.com hosts a broader catalog of x402-gated APIs spanning data/analytics, AI/ML (sentiment, summarization, classification, embeddings), finance/crypto (price feeds, exchange rates, gas estimates), and infrastructure utilities (geocoding, validation, conversion). All endpoints share the same $0.02/request pricing model. However, this specific listing covers only the `/api/v1/accounts/157/statements` resource. Documentation beyond the landing page is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementsjson-responsepost-methodper-request-pricing

Use cases

  • Retrieving account statement data programmatically via a pay-per-call model
  • Integrating financial statement access into agent workflows without API key management
  • Demonstrating x402 payment protocol usage on Base network

Fit

Best for

  • Agents or services that need on-demand account statement retrieval without subscription commitments
  • Developers experimenting with x402 payment-gated APIs on Base
  • Low-volume consumers who prefer per-request pricing over monthly plans

Not for

  • High-volume bulk data extraction where per-request fees add up quickly
  • Users who need detailed API documentation or OpenAPI schemas before integration
  • Anyone without a Base-network USDC wallet or x402-compatible client

Quick start

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

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/request in USDC on Base). However, there is no OpenAPI schema, no request/response examples, no documentation beyond a wallet-connect prompt, and the purpose of 'account statements' for account 157 is entirely opaque. This is effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or JSON schema describing request body or response format
  • The specific resource '/api/v1/accounts/157/statements' is unexplained — unclear what account 157 refers to or what data is returned
  • No request or response examples available anywhere in crawled material

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 01:34:05Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access