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/180/statements`. It is part of a broader platform offering dozens of x402-protocol pay-per-call APIs 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 returns an x402 challenge (HTTP 402) requiring an exact-scheme payment of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals → $0.02) to wallet 0x1A2B…85F3. No API keys are needed; callers authenticate purely via the x402 payment header. The platform advertises no rate limits and instant access.
Documentation is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the "account statements" resource actually returns. The endpoint is live and responding with a well-formed x402 challenge, but without documentation it is difficult to know what payload to send or what shape the response takes.
Capabilities
Use cases
- —Retrieving account statement data via a single paid API call
- —Integrating pay-per-use financial data into agent workflows
- —Programmatic access to statements without subscription or API key management
Fit
Best for
- —Agents or apps that need on-demand account statement data with no subscription commitment
- —Developers experimenting with x402 payment-gated APIs on Base
- —Use cases requiring keyless, per-call billing in USDC
Not for
- —Users who need detailed API documentation or request/response schemas before integrating
- —High-volume consumers who would benefit from bulk pricing or subscriptions
- —Anyone requiring non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/180/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of what 'account statements' actually contains. Effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or JSON schema describing request body or response format.
- —The specific resource '/api/v1/accounts/180/statements' has a hardcoded account ID (180); unclear if this is parameterizable.
- —Cannot verify what data the endpoint actually returns without making a paid request.
Citations
- —The endpoint returns an x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/accounts/180/statements
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/180/statements