x402-payable account statements endpoint on Base, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides account statement data behind an x402 paywall. It is part of a broader platform offering dozens of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint `/api/v1/accounts/11/statements` is labeled "Premium API Access" and accepts POST requests. The x402 challenge confirms it is live, requiring a maximum of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals = $0.02) per call. Payment is made via the x402 exact scheme to the specified payTo address, with a 300-second timeout. No API keys or rate limits are advertised; access is granted purely through per-request micropayment.
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. There is no OpenAPI spec, no request/response schema, and no example payloads available. The exact shape of the POST body and the structure of the returned statement data are unknown. The endpoint path suggests it retrieves statements for account ID 11, but whether this is parameterized or fixed is unclear.
Capabilities
Use cases
- —Retrieving account statement data via a single micropayment without needing an API key
- —Integrating pay-per-request financial data into autonomous agent workflows
- —Programmatic access to statement records settled on-chain via USDC on Base
Fit
Best for
- —Agents or applications that need on-demand account statement data without subscription commitments
- —Developers exploring x402 micropayment-gated APIs on Base
- —Low-volume or sporadic consumers who prefer per-call pricing over monthly plans
Not for
- —Users who need detailed API documentation or request/response schemas before integrating
- —High-volume consumers who would benefit from bulk pricing or subscription tiers
- —Anyone requiring non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/11/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the purpose of the specific endpoint (account 11 statements) is ambiguous. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — request body and response format are completely unknown
- —All documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no content
- —The endpoint path hardcodes account ID 11; it is unclear whether other account IDs are supported or what 'statements' contains
- —The platform lists many API categories (AI, finance, utilities) but no evidence of actual functionality behind any of them beyond the x402 paywall
Citations
- —The x402 challenge requires maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02https://lowpaymentfee.com/api/v1/accounts/11/statements
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages /docs, /api, /pricing, /README all show only 'Connect wallet'https://lowpaymentfee.com/docs