x402basequality 0.30

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/2/statements`. It is part of a broader platform offering dozens of x402-payable API endpoints 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 serve financial account statement data (account ID 2). Payment is handled via the x402 protocol: callers receive a 402 challenge containing the payment parameters (asset, amount, payTo address), construct a signed USDC payment, and include it in the `X-PAYMENT` header on retry. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. No API keys, rate limits, or upfront commitments are advertised — access is purely pay-per-call.

Documentation on the site is extremely thin. The docs, pricing, API, 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 detailed description of what the statements endpoint returns. The platform lists many endpoints on its landing page but provides no further technical documentation for any of them. Prospective users should expect to experiment with the endpoint to discover its input and output formats.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementspay-per-requestno-api-keypost-method

Use cases

  • Retrieving account statement data on a per-request payment basis
  • Integrating pay-per-call financial data into agent workflows
  • Accessing account records without API key registration

Fit

Best for

  • Agents or developers who want keyless, pay-per-call access to account statements
  • x402-compatible wallets and agent frameworks on Base
  • Low-volume or exploratory use cases where subscription APIs are overkill

Not for

  • Users needing detailed API documentation or guaranteed SLAs before integrating
  • High-volume batch retrieval where per-request pricing becomes expensive
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/2/statements
# Returns 402 with x402 challenge. Parse the challenge, sign a USDC payment
# for 20000 base units ($0.02) to 0x1A2B...85F3 on Base, then retry with:
# -H 'X-PAYMENT: <signed_payment>'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages render only a wallet-connect prompt. The purpose of the specific 'accounts/2/statements' endpoint is only inferable from its URL path. This is effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
  • No OpenAPI or JSON schema describing request parameters or response format
  • The endpoint path includes a hardcoded account ID ('2'), and it is unclear whether other account IDs are accessible or what authorization model applies
  • No information on error handling, response structure, or data freshness

Citations

Provenance

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

Agent access