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/166/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. No API keys or rate limits are required; callers simply attach an `X-PAYMENT` header with a valid x402 payment proof. The endpoint returns `application/json`.
The specific endpoint listed here (`/accounts/166/statements`) appears to serve financial account statement data, but no detailed documentation, request schema, or response schema was found in the crawled material. The provider's docs, pricing, and API pages all rendered only a "Connect wallet" prompt with no further content. As a result, the exact request body format and response structure are unknown. The platform's landing page confirms the pricing model and lists many sibling endpoints, but specifics about this particular resource are sparse.
Capabilities
Use cases
- —Retrieving account statement data for a specific account via programmatic API call
- —Integrating pay-per-request financial data into agent workflows without API key management
- —Accessing financial records on-demand with crypto micropayments
Fit
Best for
- —Agents or applications needing on-demand account statement retrieval
- —Developers who prefer keyless, pay-per-call API access settled in USDC on Base
- —Workflows requiring low-friction financial data access without subscriptions
Not for
- —Users who need detailed API documentation or response schemas before integrating
- —High-volume batch retrieval where per-request pricing may add up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/166/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no request/response examples, and the docs pages are empty (wallet-gated). The specific purpose of this endpoint (account 166 statements) is vaguely described, making this effectively a stub listing.
Warnings
- —No request or response schema available — exact input format and output structure are unknown.
- —Documentation pages (/docs, /api, /pricing, /README) all render only 'Connect wallet' with no usable content.
- —The endpoint path references a specific account ID (166); it is unclear whether this is a demo account or a fixed resource.
- —The broader platform lists many endpoints but none have detailed documentation accessible without a wallet connection.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/accounts/166/statements
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/166/statements
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform offers APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com