x402-gated account statements endpoint on Base, pay-per-request with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to account statement data for account 152 via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto market data, and infrastructure utilities, all priced at $0.02 per request. However, this specific listing covers only the `/api/v1/accounts/152/statements` endpoint. The site's documentation, pricing, and README pages are stub pages behind a "Connect wallet" gate, so detailed schema information, request/response field definitions, and usage examples are not available from the crawl.
The endpoint is confirmed live: it returns a well-formed x402 version 1 challenge with a 402 status code. The payment scheme is "exact" with a 300-second timeout. Because no OpenAPI spec, request body schema, or sample responses were found, the actual data returned by this endpoint remains unclear beyond the generic "Premium API Access" description and the JSON MIME type.
Capabilities
Use cases
- —Retrieving account statement data for account 152 on a per-request payment basis
- —Integrating pay-per-call financial data into agent workflows without API key management
- —Programmatic access to statement records settled via USDC on Base
Fit
Best for
- —Agents or services that need on-demand account statement data without subscription commitments
- —Developers experimenting with x402 payment-gated APIs on Base
- —Low-volume consumers who prefer per-request pricing over monthly plans
Not for
- —Users needing bulk or high-frequency statement pulls (no documented batch mode)
- —Anyone requiring detailed API documentation or guaranteed SLA (docs are stub pages)
- —Use cases requiring non-USDC or non-Base payment rails
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/152/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, but there is no OpenAPI spec, no request/response schema, no documentation beyond stub pages, and the endpoint's purpose ('Premium API Access' for account 152 statements) is vague. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — request body and response structure are unknown.
- —All documentation pages (/docs, /pricing, /README, /api) return only a 'Connect wallet' stub with no usable content.
- —The endpoint is scoped to a single hardcoded account ID (152); unclear if other account IDs are supported or how they are provisioned.
- —The 'Premium API Access' description is generic and does not clarify what data is actually returned.
Citations
- —Endpoint returns x402 version 1 challenge with 402 status, confirming it is livehttps://lowpaymentfee.com/api/v1/accounts/152/statements
- —Payment is in USDC on Base network, maxAmountRequired 20000 base units (=$0.02 at 6 decimals)https://lowpaymentfee.com/api/v1/accounts/152/statements
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation, pricing, and README pages show only a 'Connect wallet' stubhttps://lowpaymentfee.com/docs