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/83/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 settled in USDC on the Base network.
The specific endpoint listed here appears to be an account-level statements resource (account ID 83). The x402 challenge confirms it is live, accepting payments of up to 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals → $0.02) via the "exact" scheme. No API keys or rate limits are advertised; access is granted per-call upon payment. The response MIME type is `application/json`.
Documentation on the site is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no usage examples available. The exact shape of the POST body and the structure of the returned statements data are unknown. Prospective callers should be prepared to experiment or contact the provider for integration details.
Capabilities
Use cases
- —Retrieving account statement data on a per-request payment basis
- —Integrating pay-per-call financial data into agent workflows
- —Accessing structured account records without API key provisioning
Fit
Best for
- —Agents or services needing on-demand account statements without subscription commitments
- —Developers experimenting with x402 pay-per-call protocols on Base
- —Low-volume consumers who prefer micropayment access over monthly plans
Not for
- —High-volume bulk data retrieval where per-call costs add up quickly
- —Users who need detailed API documentation and schema guarantees before integrating
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/accounts/83/statements \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the purpose of 'account 83 statements' is opaque. Effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No request body schema or response schema provided; callers must guess the POST payload
- —The endpoint path references a specific account ID (83); unclear if this is parameterizable or a fixed demo
- —No OpenAPI or ai-plugin manifest found
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/accounts/83/statements
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/accounts/83/statements