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/54/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, crypto, and utility services — all gated behind the x402 payment protocol on the Base network.
The specific endpoint probed charges up to $0.02 per request (20,000 base units of USDC with 6 decimals = $0.02), settled in USDC on Base to address `0x1A2B...85F3`. The x402 challenge was confirmed live, returning a proper 402 with version 1 challenge headers. The payment scheme is "exact", meaning the caller pays a fixed amount per call with no subscription or session model. The response MIME type is `application/json`.
Documentation is extremely sparse. The landing page lists many API categories (analytics, AI, finance, infrastructure) all at $0.02/request, but the crawled docs, API, pricing, and README pages all returned only a "Connect wallet" stub with no further content. There is no OpenAPI spec, no request/response schema documentation, and no examples available. The specific semantics of "account statements" for account ID 54 are unclear — it may be a demo or placeholder endpoint. Without documentation on request body format or response structure, callers will need to experiment or contact the provider.
Capabilities
Use cases
- —Retrieving account statement data via a single paid API call
- —Demonstrating x402 payment protocol integration on Base
- —Agent-driven financial data retrieval with per-request USDC settlement
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that can settle USDC on Base for per-call API access
- —Low-cost pay-as-you-go API consumption without API keys
Not for
- —Users needing detailed API documentation or guaranteed SLAs
- —High-volume batch processing where per-request fees add up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/54/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page listing, and the specific purpose of 'accounts/54/statements' is unexplained. Docs pages are all stubs.
Warnings
- —No OpenAPI or schema documentation available — request body format and response structure are unknown
- —All documentation pages (docs, API, pricing, README) return only a 'Connect wallet' stub with no content
- —The endpoint path references a specific account ID (54), which may be a demo/placeholder rather than a general-purpose API
- —The broader platform lists many endpoints but none appear documented beyond their names
Citations
- —The endpoint returns a valid x402 version 1 challenge with scheme 'exact' on Base networkhttps://lowpaymentfee.com/api/v1/accounts/54/statements
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base, maxAmountRequired 20000 base units ($0.02)https://lowpaymentfee.com/api/v1/accounts/54/statements
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Documentation, API, pricing, and README pages all show only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs