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/107/statements`. It is part of a broader platform offering data & analytics, AI/ML inference, finance/Web3, and infrastructure utility APIs—all gated behind the x402 payment protocol on the Base network.
The endpoint accepts payment in USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base) using the "exact" scheme. The maximum amount required per call is 20,000 base units, which equals $0.02 USD (USDC uses 6 decimals). There are no API keys, no rate limits, and no subscription commitments—callers simply attach an X-PAYMENT header with a valid x402 payment proof for each request.
The specific resource at `/api/v1/accounts/107/statements` is described generically as "Premium API Access" with a JSON MIME type response. The platform's documentation pages are minimal (only showing a "Connect wallet" prompt), so the exact request body schema and response format for this particular endpoint are not documented in the crawled material. The endpoint is confirmed live via a 402 challenge response.
Capabilities
Use cases
- —Retrieving account statement data on a pay-per-request basis
- —Integrating financial statement access into autonomous agent workflows
- —Accessing premium data without managing API keys or subscriptions
Fit
Best for
- —Agents needing on-demand account statement retrieval
- —Developers wanting keyless, pay-per-call financial data access
- —Crypto-native applications on the Base network
Not for
- —Bulk historical data exports requiring thousands of calls (cost adds up at $0.02 each)
- —Users without a Base-compatible wallet or USDC holdings
- —Applications requiring detailed OpenAPI documentation before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/107/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no examples, and the docs pages are empty stubs. The specific purpose of 'accounts/107/statements' is unclear beyond the generic 'Premium API Access' label.
Warnings
- —No OpenAPI or request/response schema available for this endpoint
- —Documentation pages return only a 'Connect wallet' prompt with no technical content
- —The endpoint path includes a hardcoded account ID (107), suggesting it may be account-specific rather than general-purpose
- —Exact response format and required POST body fields are unknown
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/accounts/107/statements
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/107/statements