x402-gated account statements endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to account statements via a POST request to `/api/v1/accounts/102/statements`. It is part of a broader platform offering dozens of x402-payable API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request settled in USDC on the Base network.
The specific endpoint probed here (`/accounts/102/statements`) is described generically as "Premium API Access" and returns `application/json`. Payment is handled via the x402 protocol: callers receive a 402 challenge containing the payment terms (asset, amount, payTo address), construct an on-chain USDC payment on Base, and attach the proof in the `X-PAYMENT` header. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. No API keys, rate limits, or upfront commitments are advertised.
Documentation is extremely sparse — the docs, pricing, API, 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 exact data returned by the statements endpoint is unknown; the name suggests financial account statement data, but this cannot be confirmed from available material.
Capabilities
Use cases
- —Retrieving account statement data on a per-request payment basis
- —Integrating pay-per-call financial data into agent workflows
- —Accessing premium data without API key registration
Fit
Best for
- —Agents or services needing on-demand account statement data with no subscription
- —Developers experimenting with x402 payment-gated APIs on Base
- —Workflows requiring keyless, pay-as-you-go API access
Not for
- —Users who need detailed API documentation or schema guarantees before integrating
- —High-volume consumers who would benefit from bulk pricing or subscriptions
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/102/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no request/response schema, no examples, and the purpose of the 'accounts/102/statements' endpoint is only vaguely described as 'Premium API Access'. Effectively a stub listing.
Warnings
- —No OpenAPI spec or request/response schema available
- —All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no content
- —The exact data returned by this endpoint is unknown — 'Premium API Access' is not descriptive
- —The endpoint path includes a hardcoded account ID (102); it is unclear if other account IDs are supported or what they represent
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/accounts/102/statements
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com