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/126/statements`. It is part of a broader platform offering dozens of x402-payable API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request settled in USDC on the Base network.
The specific endpoint probed here (`/accounts/126/statements`) is labeled "Premium API Access" and returns a 402 challenge requesting up to 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals = $0.02). Payment is made via the x402 exact scheme with no API keys or rate limits required. The response MIME type is `application/json`.
Documentation is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no examples of what the statements endpoint actually returns. The endpoint is live (402 challenge confirmed), but without documentation it is unclear what input the POST body expects or what shape the response takes. The platform appears to be a demonstration or early-stage x402 marketplace rather than a mature production API.
Capabilities
Use cases
- —Retrieving account statement data via a single paid API call
- —Demonstrating x402 payment protocol integration for API monetization
- —Agent-driven financial data retrieval with per-request USDC settlement
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need pay-per-call access without API key management
- —Low-volume, on-demand account statement retrieval
Not for
- —Production workloads requiring documented request/response schemas
- —High-volume batch processing where per-request pricing is inefficient
- —Users without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/126/statements \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but there is zero documentation on request format, response schema, or what 'account statements' actually contains. Docs pages are empty. No OpenAPI spec. Effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content
- —No OpenAPI or schema definition for request or response bodies
- —The specific endpoint path includes a hardcoded account ID (126); unclear if this is parameterizable
- —Platform appears to be early-stage or a demo; production readiness is uncertain
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/accounts/126/statements
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/126/statements
- —All endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform offers APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com