x402basequality 0.30

x402-gated account statements endpoint on Base, pay-per-request with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to account statements via a POST request to `/api/v1/accounts/40/statements`. It is part of a broader platform offering dozens 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. This matches the site's advertised flat pricing of $0.02/request across all endpoints. Payment is made via the x402 `exact` scheme to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`, with a 300-second timeout.

The platform advertises no API keys, no rate limits, and instant access. However, documentation is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the account statements endpoint actually returns or what input parameters it expects. The endpoint path suggests it retrieves statements for a specific account (ID 40), but the semantics are unclear.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementspay-per-requestno-api-key

Use cases

  • Retrieving account statement data via a single paid API call
  • Programmatic access to financial account records without API key management
  • Agent-driven data retrieval with per-request USDC micropayments

Fit

Best for

  • Developers wanting keyless, pay-per-use API access on Base
  • AI agents that can settle x402 payments in USDC
  • Users needing account statement data without subscription commitments

Not for

  • Users who need detailed API documentation or schema before integrating
  • High-volume consumers who prefer subscription-based pricing over per-call fees
  • Anyone requiring non-crypto payment methods

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/40/statements \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no documentation of request/response formats, no examples, and the docs pages are empty. The purpose of this specific endpoint (account 40 statements) is unexplained, making it essentially a stub listing.

Warnings

  • No API documentation available — all doc pages render only 'Connect wallet' with no content
  • No OpenAPI or request/response schema provided for this endpoint
  • The endpoint path references a hardcoded account ID (40); unclear if this is parameterizable or what data it returns
  • No examples of successful responses exist in the crawled material

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 00:30:27Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access