x402-gated account statements endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to account statements via a POST request to `/api/v1/accounts/13/statements`. It is part of a broader platform offering data & analytics, AI/ML inference, finance/Web3, and infrastructure utility APIs, all gated behind the x402 payment protocol on the Base network.
The endpoint returns a 402 Payment Required challenge, confirming it is live and operational. Payment is settled in USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base) using the "exact" scheme. The maximum amount required is 20,000 base units, which at 6 decimals for USDC equals $0.02 per request. The platform advertises uniform $0.02/request pricing across all its endpoints, with no API keys, no rate limits, and no minimum commitments.
The specific functionality of this particular endpoint — account statements for account ID 13 — is not well-documented. The crawled site lists many other API categories (analytics, AI, finance, utilities) but does not include this statements endpoint in its public catalog. There is no OpenAPI schema, no request/response examples, and the docs/pricing/API pages all render only a "Connect wallet" prompt with no additional content. The endpoint's output MIME type is `application/json` and it accepts HTTP POST requests.
Capabilities
Use cases
- —Retrieving account statement data via a single paid API call
- —Programmatic access to financial account records without API key management
- —Agent-driven workflows that need on-demand account data with crypto micropayments
Fit
Best for
- —Developers wanting keyless, pay-per-call access to account statements
- —AI agents that can settle x402 payments in USDC on Base
- —Projects needing low-friction API access without subscriptions
Not for
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —Bulk retrieval of statements across many accounts (no batch endpoint documented)
- —Users who cannot pay in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/13/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) with clear pricing ($0.02 USDC on Base), but there is no OpenAPI schema, no request/response examples, no documentation beyond a wallet-connect prompt, and the specific endpoint is not listed in the site's public catalog. Effectively a stub listing.
Warnings
- —No OpenAPI or request/response schema available
- —Docs, pricing, and API pages render only 'Connect wallet' with no usable content
- —This specific endpoint (/api/v1/accounts/13/statements) is not listed in the site's public API catalog — its purpose and expected input/output are unclear
- —Account ID '13' is hardcoded in the URL; unclear if other account IDs are supported or how they are obtained
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/accounts/13/statements
- —USDC contract address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/13/statements
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The site lists Data & Analytics, AI & ML, Finance & Web3, and Infrastructure API categorieshttps://lowpaymentfee.com