x402-gated account statements endpoint on Base, paid 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/75/statements`. It is part of a broader platform offering dozens of x402-payable API endpoints spanning data analytics, AI/ML inference, finance, crypto, infrastructure utilities, and more. All endpoints on the platform use the x402 payment protocol, settling on the Base network in USDC.
The specific endpoint probed charges a maximum of 0.02 USDC per request (maxAmountRequired=20000 in base units, with USDC using 6 decimals). The platform advertises uniform $0.02/request pricing across all its APIs, with no API keys, no rate limits, and no minimum commitments. Payment is made via the x402 `exact` scheme, sending USDC to the specified payTo address on Base.
Documentation is extremely sparse — the /docs, /api, /pricing, 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 endpoint actually returns or what parameters it accepts. The endpoint path suggests it retrieves financial statements for a specific account (ID 75), but the actual data model is unknown.
Capabilities
Use cases
- —Retrieving account statement data via a single paid API call
- —Programmatic access to financial account records without API key management
- —Agent-driven workflows that need on-demand account data with crypto micropayments
Fit
Best for
- —Developers wanting keyless, pay-per-use access to account data
- —AI agents that can settle x402 payments on Base in USDC
- —Prototyping integrations where low per-call cost matters
Not for
- —Users needing detailed API documentation or schema guarantees before integration
- —High-volume batch retrieval where per-request pricing adds up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/75/statements \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear at $0.02 USDC per request. However, there is no OpenAPI schema, no request/response examples, no documentation beyond a wallet-connect prompt, and the purpose of the specific endpoint (account 75 statements) is opaque. This is effectively a stub listing.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or JSON schema describing request parameters or response format.
- —The endpoint path references a hardcoded account ID (75); it is unclear whether this is a demo or a real resource.
- —The broader platform lists many endpoints but none have documented schemas or examples.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired=20000 in USDC on Base network.https://lowpaymentfee.com/api/v1/accounts/75/statements
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/accounts/75/statements
- —Documentation pages (/docs, /api, /pricing, /README) render only a 'Connect wallet' prompt.https://lowpaymentfee.com/docs