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/188/statements`. It is part of a broader platform offering dozens of x402-protocol pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request.
Payment is handled via the x402 protocol on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The challenge advertises a `maxAmountRequired` of 20,000 base units, which at 6 decimals equals $0.02. No API keys are needed; callers simply attach an `X-PAYMENT` header with a valid x402 payment proof. The endpoint returns `application/json`.
The specific endpoint listed here (`/accounts/188/statements`) appears to be a financial account statements resource, though the platform's documentation pages are essentially empty (showing only a "Connect wallet" prompt). There is no OpenAPI schema, no request/response examples, and no detailed documentation available from the crawled pages. The broader site lists many other endpoints but provides no further technical detail about request parameters or response formats for any of them.
Capabilities
Use cases
- —Retrieving account statement data via a single paid API call
- —Programmatic access to financial account records without subscription
- —Agent-driven financial data retrieval with automatic USDC micropayment
Fit
Best for
- —Agents or apps needing on-demand account statement data without API key management
- —Developers who prefer pay-per-call pricing over subscriptions
- —x402-compatible clients on the Base network
Not for
- —Users needing detailed API documentation or request/response schemas before integrating
- —High-volume batch retrieval where per-call pricing becomes expensive
- —Users without USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/188/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no documentation, no request/response examples, and the docs/pricing/API pages are all blank beyond a wallet-connect prompt. The specific purpose of the /accounts/188/statements endpoint is unclear — it could be a demo or placeholder. Very little can be verified beyond the payment challenge itself.
Warnings
- —No API documentation available — all doc pages show only 'Connect wallet'
- —No OpenAPI or request/response schema provided
- —The endpoint path includes a hardcoded account ID (188), suggesting it may be a demo or single-tenant resource
- —Purpose and data returned by this specific endpoint are unverified
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/accounts/188/statements
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/188/statements