x402-gated account statements endpoint on Base, pay-per-request with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to account statements via a POST request to `/api/v1/accounts/95/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 specific endpoint probed charges up to 0.02 USDC per request (maxAmountRequired of 20,000 base units with USDC's 6 decimals). Payment is settled on-chain on Base using USDC (contract `0x8335...2913`) with the "exact" scheme. No API keys or rate limits are advertised — access is granted purely via the x402 payment header. The endpoint returns `application/json` and accepts POST requests.
The platform lists numerous other endpoints across categories like sentiment analysis, text summarization, embeddings, price feeds, exchange rates, geocoding, and more, all at the same $0.02/request price point. However, documentation is extremely thin: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The specific purpose of the `/accounts/95/statements` endpoint (what "account 95" refers to, what data the statements contain) is not documented anywhere in the crawled material.
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 data retrieval with on-chain USDC micropayments
Fit
Best for
- —Developers wanting keyless, pay-per-use API access on Base
- —AI agents that can settle x402 payments autonomously
- —Users who prefer on-chain micropayments over subscription billing
Not for
- —Users needing detailed API documentation or request/response schemas before integrating
- —High-volume consumers who would benefit from bulk pricing or subscriptions
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/95/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is zero documentation on what this endpoint actually returns, what request body it expects, or what 'account 95 statements' means. No OpenAPI spec, no examples, no docs pages with content.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no technical content.
- —The meaning of '/accounts/95/statements' is completely undocumented; it is unclear what data is returned or what request body is expected.
- —No OpenAPI or schema specification is provided for any endpoint on this platform.
- —No example request or response payloads are available anywhere in the crawled material.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/accounts/95/statements
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/accounts/95/statements
- —The platform lists endpoints across data & analytics, AI & ML, finance & Web3, and infrastructure categorieshttps://lowpaymentfee.com