x402-payable account statements endpoint on Base, $0.02/request in USDC
What it does
This endpoint at lowpaymentfee.com provides account statement data for a specific account (ID 195) via the x402 payment protocol. It accepts POST requests and returns JSON responses. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals).
The endpoint 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 data, and utility services — all priced at $0.02 per request. The platform advertises no API keys, no rate limits, and instant access via x402 on the Base L2 network.
However, the specific endpoint `/api/v1/accounts/195/statements` is not listed among the publicly advertised APIs on the landing page, and no documentation, request schema, or response schema is available. The docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. Without documentation or examples, the exact request format and response structure for this statements endpoint remain unknown.
Capabilities
Use cases
- —Retrieving account statement data for account 195 via programmatic access
- —Integrating pay-per-call financial data into agent workflows
- —Demonstrating x402 payment protocol usage on Base
Fit
Best for
- —Agents or applications needing on-demand account statement retrieval
- —Developers experimenting with x402 micropayment protocols
- —Use cases requiring keyless, pay-per-request API access
Not for
- —Users needing well-documented APIs with clear request/response schemas
- —Bulk data retrieval where per-request pricing is inefficient
- —Production systems requiring SLA guarantees or support
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/195/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear ($0.02 USDC on Base). However, this specific endpoint is not listed on the provider's landing page, no documentation or schemas exist, and all doc pages returned only 'Connect wallet' with no content. The purpose and data format are entirely unknown beyond the generic 'Premium API Access' label.
Warnings
- —This specific endpoint (/api/v1/accounts/195/statements) is not listed among the provider's publicly advertised APIs
- —No documentation, request schema, or response schema is available for this endpoint
- —All documentation pages (docs, API, pricing, README) returned only a 'Connect wallet' prompt with no substantive content
- —The purpose and expected input/output of this endpoint are unclear
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/accounts/195/statements
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/accounts/195/statements