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/59/statements`. It is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all gated behind the x402 payment protocol on the Base network.
The specific endpoint probed here charges up to $0.02 per request (20,000 base units of USDC, which has 6 decimals = $0.02), settled in USDC on Base to the address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`. The x402 challenge confirms the endpoint is live and returns `application/json`. No API keys or rate limits are advertised; access is purely payment-gated.
Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the statements endpoint actually returns or what parameters it accepts. The platform landing page lists many endpoints across multiple categories, all at $0.02/request, but provides no technical detail beyond endpoint paths and short labels. The actual functionality behind this specific `/accounts/59/statements` path is unclear — it could be a demo or placeholder account.
Capabilities
Use cases
- —Retrieving account statement data via a single paid API call
- —Integrating pay-per-use financial data into agent workflows
- —Accessing premium data without API key registration
Fit
Best for
- —Agents or developers wanting keyless, pay-per-call access to account data
- —x402-compatible clients on the Base network
- —Quick one-off data retrieval without subscription commitments
Not for
- —Users needing detailed API documentation or schema before integrating
- —High-volume batch retrieval where per-call pricing adds up
- —Anyone without USDC on Base for payment
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/59/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation, no request/response schema, no examples, and the purpose of this specific endpoint (account 59 statements) is unexplained. Docs pages are empty. This is effectively a stub listing.
Warnings
- —No API documentation available — all doc pages return only 'Connect wallet' with no content
- —No request or response schema provided; unknown what parameters the POST accepts or what it returns
- —The endpoint path references a specific account ID (59), which may be a demo/placeholder
- —The platform lists many endpoints but none have technical documentation beyond a label and price
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 in USDC on Basehttps://lowpaymentfee.com/api/v1/accounts/59/statements
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/accounts/59/statements
- —Docs, API, pricing, and README pages all show only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs