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 GET request to `/api/v1/accounts/79/statements`. It is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated behind the x402 payment protocol on the Base network.
The specific endpoint probed returns a 402 challenge requesting payment in USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base). The `maxAmountRequired` is 20,000 base units, which at 6 decimals for USDC equals $0.02 per request. Payment is made via the x402 `exact` scheme with a 300-second timeout. The response MIME type is `application/json`.
The platform advertises a uniform $0.02/request pricing model across all its endpoints, with no API keys, no rate limits, and no minimum commitments. Documentation pages (`/docs`, `/pricing`, `/api`, `/README`) all returned only a "Connect wallet" prompt with no substantive content, so the actual data schema of the statements response is unknown. The endpoint path suggests it returns financial account statement data for account ID 79, but no further details about the response structure or the nature of the accounts are available from the crawled material.
Capabilities
Use cases
- —Retrieving account statement data on a per-request payment basis
- —Programmatic access to financial account records without API key registration
- —Agent-driven financial data retrieval settled in USDC on Base
Fit
Best for
- —Agents or applications that need on-demand account statement data without subscription overhead
- —Developers who prefer crypto-native pay-per-call pricing over traditional API key models
- —Low-volume consumers who want to avoid rate limits and commitments
Not for
- —Users who need detailed API documentation or response schema guarantees before integrating
- —High-volume consumers who would benefit from bulk pricing or subscription plans
- —Anyone requiring non-USDC or non-Base-network payment options
Quick start
curl -X GET https://lowpaymentfee.com/api/v1/accounts/79/statements \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no documentation of the response format, no example responses, and the docs/pricing/README pages are all empty beyond a wallet connect prompt. The purpose of 'account 79 statements' is opaque.
Warnings
- —No documentation available — all doc pages return only 'Connect wallet' with no content
- —Response schema for the statements endpoint is completely unknown
- —The endpoint path references a specific account ID (79); it is unclear whether other account IDs are supported or what data is returned
- —Platform appears to be a generic demo or placeholder — many diverse API categories listed but no substantive documentation for any of them
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/accounts/79/statements
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/79/statements
- —Platform advertises $0.02/request uniform pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation pages (/docs, /pricing, /api, /README) contain only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs