x402-gated account statements endpoint on Base, paid 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/128/statements`. It is part of a broader platform (lowpaymentfee.com) that offers a variety of x402-protocol APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all payable per-request in USDC on the Base network with no API keys or rate limits required.
The specific endpoint probed charges a maximum of $0.02 per request (20,000 base units of USDC with 6 decimals). Payment is settled on-chain via the x402 "exact" scheme to the address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`, using the USDC contract at `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base. The endpoint returns `application/json` and accepts POST requests.
Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what the "account statements" data actually contains or what parameters the POST body expects. The platform's landing page lists many endpoints at $0.02 each, but this particular path (`/accounts/128/statements`) is not listed among them, making its purpose unclear. Use with caution until better documentation is available.
Capabilities
Use cases
- —Retrieving account statement data via a single paid POST request
- —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 settled in USDC on Base
- —AI agents that can handle x402 payment challenges autonomously
- —Users who need account statement data and prefer crypto micropayments over subscriptions
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 plans
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/128/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge), and pricing is clear ($0.02 USDC per request on Base). However, there is no OpenAPI schema, no request/response examples, no documentation beyond a wallet-connect prompt, and the specific endpoint path is not listed on the landing page. The purpose of 'account statements' for account 128 is entirely opaque.
Warnings
- —No API documentation available — docs, pricing, and README pages only show 'Connect wallet'
- —No OpenAPI or request/response schema provided; request body format is unknown
- —The specific endpoint /api/v1/accounts/128/statements is not listed among the platform's advertised APIs
- —Purpose and data content of 'account statements' is undocumented
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/accounts/128/statements
- —The platform advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/128/statements
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs