x402basequality 0.35

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/197/statements` is a POST endpoint that returns JSON account statements. 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 provider's site-wide flat pricing of $0.02/request. The provider advertises no API keys, no rate limits, and instant access. The x402 challenge specifies a maximum timeout of 300 seconds.

The broader lowpaymentfee.com platform lists additional API categories including data & analytics, AI & machine learning (sentiment analysis, 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/197/statements` endpoint. Documentation pages on the site appear to be stub pages requiring wallet connection, so detailed request/response schemas are not available.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementsjson-responseper-request-pricingno-api-key

Use cases

  • Retrieving account statement data on a pay-per-request basis without needing API keys
  • Programmatic access to financial account statements settled via USDC on Base
  • Agent-driven workflows that need account-level financial data with instant crypto payment

Fit

Best for

  • Developers who want keyless, pay-per-use access to account statements
  • AI agents that can settle x402 payments on Base in USDC
  • Projects needing low-cost ($0.02) per-call financial data access

Not for

  • Users who need bulk/batch account data at volume discounts
  • Anyone without a Base-compatible USDC wallet
  • Use cases requiring detailed API documentation or OpenAPI specs (docs are currently stubs)

Quick start

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

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 the documentation pages are empty stubs. The purpose of 'account statements' for account 197 is vague and unexplained.

Warnings

  • No OpenAPI or request/response schema available — input and output formats are unknown
  • Documentation pages (/docs, /api, /pricing, /README) are all empty stubs showing only 'Connect wallet'
  • The endpoint references a specific account ID (197) with no explanation of what account data is served or how to access other accounts
  • The broader platform lists many API categories but none have documented schemas

Citations

Provenance

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

Agent access