x402-gated account statements endpoint on Base, paid per-request in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to account statement data behind an x402 paywall. The specific resource `/api/v1/accounts/10/statements` is described as "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) via the x402 exact-payment scheme.
The price for this endpoint is 20,000 base units of USDC. Since USDC uses 6 decimals, this converts to $0.02 per request, consistent with the site-wide pricing of $0.02/request advertised on the provider's landing page. The provider advertises no API keys, no rate limits, and instant access. The site also hosts a broader catalog of endpoints spanning data/analytics, AI/ML (sentiment, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation), all at the same $0.02 per-call price point.
Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no usage examples available from the crawl. The actual data returned by the statements endpoint is unknown beyond the declared MIME type of application/json.
Capabilities
Use cases
- —Retrieving account statement data on a pay-per-request basis without API key registration
- —Programmatic access to financial account statements settled via USDC on Base
- —Agent-driven workflows that need statement data and can pay with on-chain USDC
Fit
Best for
- —Developers or agents who want keyless, pay-per-call access to account statements
- —Users already holding USDC on Base who want frictionless API access
- —Automated pipelines needing low-cost ($0.02) per-request financial data
Not for
- —Users who need detailed API documentation or request/response schemas before integrating
- —High-volume consumers who need bulk pricing or subscription plans
- —Anyone without a Base-compatible wallet or USDC holdings
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/10/statements \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation, and no examples. The actual data returned is completely unknown. This is effectively a stub listing.
Warnings
- —No OpenAPI spec or schema available — request body and response format are entirely unknown
- —All documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no usable content
- —The specific data returned by /api/v1/accounts/10/statements is undocumented; 'Premium API Access' is the only description
- —The account ID '10' is hardcoded in the path — it is unclear whether other account IDs are available or what they represent
Citations
- —The endpoint returns a 402 challenge with x402Version 1, accepting USDC on Base network with maxAmountRequired of 20000 base unitshttps://lowpaymentfee.com/api/v1/accounts/10/statements
- —Site-wide pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The provider offers additional endpoints across data/analytics, AI/ML, finance/Web3, and infrastructure categorieshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/10/statements