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/88/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.
Payment is handled via the x402 protocol on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The challenge advertises a `maxAmountRequired` of 20,000 base units, which at 6 decimals equals $0.02 USD. No API keys are required; callers simply attach an `X-PAYMENT` header with a valid x402 payment proof. The platform advertises no rate limits and instant access.
The specific endpoint listed here (`/api/v1/accounts/88/statements`) is labeled "Premium API Access" but its exact response schema and input parameters are undocumented. The crawled docs, pricing, API, and README pages all returned only a "Connect wallet" stub with no further documentation. Without schema details or example responses, the actual data returned by this endpoint remains unclear. The broader platform lists many endpoint categories but provides no OpenAPI spec or detailed documentation for any of them.
Capabilities
Use cases
- —Retrieving account statement data via a single paid API call
- —Integrating pay-per-request financial data into agent workflows
- —Accessing premium data without managing API keys or subscriptions
Fit
Best for
- —Agents that can settle x402 payments in USDC on Base
- —Developers wanting zero-commitment, pay-as-you-go API access
- —Automated workflows needing account statement data without subscription overhead
Not for
- —Users who need detailed API documentation or OpenAPI specs 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/88/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no documented input/output schema, no example responses, and all doc pages return only a wallet-connect stub. The purpose of this specific endpoint (account 88 statements) is opaque.
Warnings
- —No OpenAPI spec or schema documentation available for any endpoint on the platform
- —All documentation pages (/docs, /api, /pricing, /README) return only a 'Connect wallet' stub with no content
- —The specific endpoint path includes a hardcoded account ID (88); it is unclear whether this is parameterizable or a fixed demo
- —Response format and required POST body fields are completely undocumented
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/accounts/88/statements
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/88/statements
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant accesshttps://lowpaymentfee.com
- —Documentation pages return only a Connect wallet stubhttps://lowpaymentfee.com/docs