x402basequality 0.35

Pay-per-call account statements API on Base network via x402 protocol, settled in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to account statements data via a POST request, paid per-call using the x402 protocol. Payment is settled in USDC on the Base network at $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers multiple API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities, all priced at $0.02 per request. The specific endpoint `/api/v1/accounts/137/statements` appears to serve account-level financial statement data, though detailed documentation on request/response schemas is not publicly available.

The endpoint is live and returns a proper x402 challenge (HTTP 402) when called without payment. It accepts POST requests and returns application/json responses. The payment is routed to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementsjson-responseno-api-keypay-per-request

Use cases

  • Retrieving account statement data programmatically with per-call payment
  • Integrating financial statement access into autonomous agent workflows
  • Accessing account data without managing API keys or subscriptions

Fit

Best for

  • Agents needing on-demand account statement data without subscription commitments
  • Developers wanting keyless API access paid in USDC on Base
  • Low-volume or sporadic access to financial statement information

Not for

  • High-volume bulk data retrieval where per-call pricing becomes expensive
  • Users without USDC on Base network or x402-compatible payment infrastructure
  • Applications requiring detailed API documentation or guaranteed SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is no documentation on request body schema, response format, or what 'account 137 statements' actually contains. The docs, pricing, and README pages all just show 'Connect wallet' with no useful content.

Warnings

  • No request or response schema documentation available
  • The specific endpoint path references account ID 137 — unclear if this is a demo or a fixed resource
  • Documentation pages (docs, pricing, README) are empty/require wallet connection to view
  • Cannot verify what data is actually returned upon successful payment

Citations

Provenance

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

Agent access