x402basequality 0.35

x402-payable account statements endpoint on Base, settled in USDC at $0.02 per request.

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/143/statements` accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) via the x402 "exact" scheme. The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD — consistent with the site-wide flat pricing of $0.02 per request.

The provider, lowpaymentfee.com, hosts a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/crypto data, and utility services, all at the same $0.02/request price point. The site advertises no API keys, no rate limits, and instant access. However, documentation is essentially nonexistent — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail.

Because this specific endpoint path references "accounts/143/statements," it appears to serve financial account statement data for a particular account ID. No input or output schema beyond `application/json` is documented, so the exact request body format and response structure are unknown. Agents should be prepared to experiment or contact the provider for integration details.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementsjson-apipost-methodno-api-key

Use cases

  • Retrieving account statement data on a pay-per-request basis without API key registration
  • Integrating financial statement retrieval into autonomous agent workflows via x402
  • Accessing account-level financial records settled with USDC on Base

Fit

Best for

  • Agents needing keyless, pay-per-call access to account statements
  • Developers who want to avoid subscription commitments for occasional statement lookups
  • Crypto-native workflows that can settle micropayments in USDC on Base

Not for

  • Users who need detailed API documentation or guaranteed SLAs before integrating
  • High-volume batch retrieval where $0.02/request adds up significantly
  • Non-crypto workflows that cannot settle payments on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no examples, and the docs pages are empty. The specific purpose of 'accounts/143/statements' is only inferable from the URL path.

Warnings

  • No API documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet' with no content.
  • No request body schema or response schema documented; integration requires guesswork.
  • The endpoint path includes a hardcoded account ID (143); it is unclear whether other account IDs are accessible or how they are provisioned.
  • The provider's broad API catalog (AI, finance, utilities) all at $0.02 with zero docs raises questions about the maturity and reliability of the service.

Citations

Provenance

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

Agent access