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/69/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 utility services — all gated behind the x402 payment protocol on the Base network.
The specific endpoint probed returns a 402 challenge requesting payment of up to 20,000 base units of USDC (contract `0x8335...2913` on Base). Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the site's advertised flat pricing of $0.02/request across all endpoints. Payment is settled on-chain to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using the x402 "exact" scheme. No API keys or rate limits are advertised; access is granted purely via the x402 payment header.
Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the "account statements" resource 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.
Capabilities
Use cases
- —Retrieving account statement data via a single paid API call
- —Programmatic access to financial account records without API key management
- —Agent-driven workflows that need on-demand account data with crypto micropayments
Fit
Best for
- —Developers or agents who want keyless, pay-per-use access to account statements
- —Workflows on Base network that can settle USDC micropayments via x402
- —Scenarios requiring no subscription or rate-limit constraints
Not for
- —Users who need detailed API documentation or schema guarantees before integrating
- —High-volume use cases where $0.02/request adds up and bulk pricing would be preferred
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/69/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of what 'account statements' actually contains. The docs pages are empty stubs. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or input/output schema provided; request body format and response shape are unknown.
- —The specific resource '/api/v1/accounts/69/statements' uses a hardcoded account ID (69); it is unclear whether other account IDs are supported or what authorization model applies.
- —The platform lists many other endpoints on its homepage but none have documented schemas or examples.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/accounts/69/statements
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/69/statements
- —Platform advertises $0.02/request flat pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs