x402-payable account statements endpoint on Base, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides account statement data for a specific account (ID 162) via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum cost of 20,000 base units — which, given USDC's 6 decimals, equals $0.02 per request.
The endpoint is part of a broader platform (lowpaymentfee.com) that advertises multiple API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities — all priced at $0.02 per request. The platform emphasizes no API keys, no rate limits, and instant access via x402 payment headers on the Base L2 network.
However, the specific endpoint being listed here (`/api/v1/accounts/162/statements`) is not explicitly documented on the provider's landing page among the advertised APIs. It appears to be a financial account statements resource, but no schema, field definitions, or example responses are available. The docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional documentation. As a result, the exact data returned and the expected POST body are unknown.
Capabilities
Use cases
- —Retrieving account statement data for account 162 via a single micropayment
- —Integrating pay-per-request financial data into agent workflows
- —Accessing statement records without API key registration
Fit
Best for
- —Agents that can settle x402 payments in USDC on Base
- —Use cases requiring keyless, pay-per-call access to account data
- —Developers experimenting with x402 protocol integrations
Not for
- —Users who need detailed API documentation or schema guarantees before integrating
- —Bulk retrieval of statements across many accounts (only account 162 is exposed at this URL)
- —Users without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/162/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation for this specific endpoint, no request/response schema, and the docs pages are empty beyond a wallet-connect prompt. The endpoint path is not listed among the provider's advertised APIs, raising uncertainty about its purpose and stability.
Warnings
- —This specific endpoint (/api/v1/accounts/162/statements) is not listed among the provider's advertised APIs on the landing page.
- —No request body schema or response schema is documented anywhere in the crawled material.
- —All documentation pages (docs, pricing, API, README) render only a 'Connect wallet' prompt with no usable content.
- —The endpoint is hardcoded to account ID 162; it is unclear if other account IDs are accessible or if this is a demo.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base network.https://lowpaymentfee.com/api/v1/accounts/162/statements
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base.https://lowpaymentfee.com/api/v1/accounts/162/statements
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —The /api/v1/accounts/162/statements path is not among the APIs listed on the landing page.https://lowpaymentfee.com