x402-payable account statements endpoint on Base, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides access to account statement data for account 184 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, at 6 decimals for USDC, 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 with no API keys, no rate limits, and no minimum commitments. However, the specific endpoint being listed here (/api/v1/accounts/184/statements) is not explicitly documented on the site's landing page among the advertised APIs, and its exact request/response schema is not published.
The x402 challenge was successfully captured (HTTP 402 with a valid accepts array), confirming the endpoint is live. Documentation beyond the landing page is essentially empty — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. Because of this, the input parameters and response structure for this specific statements endpoint remain unknown.
Capabilities
Use cases
- —Retrieving account statement data for account 184 via a single paid POST request
- —Integrating pay-per-call financial data retrieval into agent workflows
- —Programmatic access to statement records without traditional API key management
Fit
Best for
- —Agents or services that need on-demand account statement data with crypto micropayments
- —Developers wanting keyless, pay-per-request API access on Base
- —Workflows requiring USDC-settled data retrieval without subscriptions
Not for
- —Users who need detailed API documentation or schema guarantees before integrating
- —Bulk or high-volume statement retrieval where per-request pricing is inefficient
- —Non-crypto users who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/184/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no published documentation, no request/response schema, and the specific /accounts/184/statements path is not listed among the site's advertised APIs. The docs, pricing, and README pages are all empty beyond a wallet connect prompt.
Warnings
- —No request or response schema is documented for this endpoint
- —The /api/v1/accounts/184/statements path is not listed among the site's publicly advertised APIs
- —All documentation pages (/docs, /pricing, /README, /api) are empty — only showing 'Connect wallet'
- —The endpoint is hardcoded to account 184; unclear if other account IDs are supported or what data is returned
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/accounts/184/statements
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/184/statements
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation pages render only a 'Connect wallet' prompt with no additional contenthttps://lowpaymentfee.com/docs