x402basequality 0.30

x402-payable account statements endpoint on Base, settling in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides account statement data behind an x402 paywall. It is part of a broader platform offering dozens of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.

The specific endpoint `/api/v1/accounts/86/statements` accepts POST requests and returns JSON. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (0x8335… on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the x402 exact scheme with no API keys or rate limits required — callers simply attach an X-PAYMENT header with a valid payment proof.

Documentation is extremely sparse. The crawled /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema documentation, and no explanation of what "account 86 statements" actually contains. The endpoint is live (402 challenge confirmed), but without documentation it is difficult to know what data is returned or what POST body is expected.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementspay-per-requestjson-responseno-api-key

Use cases

  • Retrieving account statement data programmatically with per-request USDC payment
  • Integrating pay-as-you-go financial data into agent workflows without API key management
  • Accessing account records via x402 protocol for automated bookkeeping

Fit

Best for

  • Agents or applications that need on-demand account statement data with no subscription
  • Developers experimenting with x402 payment protocol on Base
  • Scenarios requiring keyless, permissionless API access settled in USDC

Not for

  • Users who need detailed API documentation or request/response schemas before integrating
  • High-volume batch retrieval where per-request pricing may add up
  • Anyone needing non-crypto payment options

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is zero documentation on request format, response schema, or what 'account 86 statements' actually represents. No OpenAPI spec, no examples, and all doc pages are empty. The listing is essentially a stub.

Warnings

  • No documentation available — /docs, /api, /pricing, and /README all return only a wallet-connect prompt with no content
  • No OpenAPI or schema definition for request or response bodies
  • The meaning of 'accounts/86/statements' is unexplained — unclear if '86' is a fixed demo account or a parameterized path
  • Cannot verify what data is actually returned without making a paid request

Citations

Provenance

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

Agent access