x402basequality 0.25

x402-gated account statements endpoint on Base, pay $0.02 per request in 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/187/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 returns a 402 Payment Required challenge, confirming it is live and operational. Payment is settled in USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base) using the "exact" scheme. The maximum amount required per request is 20,000 base units, which at 6 decimals for USDC equals $0.02. No API keys or rate limits are advertised; access is granted per-request upon payment.

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 schema, no request/response examples, and no description of what the statements endpoint actually returns. The specific endpoint path (`/accounts/187/statements`) suggests it may be account-specific, but without documentation it is unclear whether the account ID is parameterized or fixed. The output schema in the x402 challenge only specifies that the input method is HTTP POST with `application/json` mime type.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementspost-requestper-call-paymentno-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 automatic USDC micropayment on Base

Fit

Best for

  • Developers wanting keyless, pay-per-request access to account statements
  • AI agents that can settle x402 payments in USDC on Base
  • Use cases requiring low-friction, no-subscription API access

Not for

  • Users needing detailed API documentation or schema 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/187/statements \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the purpose of the specific endpoint (/accounts/187/statements) is unclear. The site's docs pages are empty beyond a wallet connect prompt.

Warnings

  • No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
  • No OpenAPI or request/response schema provided for this endpoint
  • The endpoint path includes a hardcoded account ID (187); unclear if this is parameterized
  • Purpose and response format of the statements endpoint are entirely undocumented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 01:45:47Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access