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/193/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 specific endpoint probed charges up to 0.02 USDC per request (maxAmountRequired of 20,000 base units with USDC's 6 decimals). Payment is settled on-chain on Base using USDC (contract `0x8335…2913`) with the "exact" scheme. The platform advertises a flat $0.02/request pricing across all its endpoints, with no API keys, no rate limits, and instant access.

Documentation is extremely sparse — the /docs, /pricing, /api, 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 "account statements" resource actually returns. The endpoint is confirmed live (402 challenge captured), but the lack of documentation makes it difficult to know what data to send or what response to expect.

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 workflows that need on-demand account statement retrieval

Fit

Best for

  • Developers wanting keyless, pay-per-request access to account statements
  • AI agents that can settle x402 payments on Base with USDC
  • Prototyping integrations that require low-friction financial data access

Not for

  • Production use cases requiring well-documented request/response schemas
  • Bulk or high-volume statement retrieval where per-call pricing is inefficient
  • Users who cannot transact in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/193/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 challenge with clear pricing, but there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of what data the endpoint actually provides. The docs pages are all blank 'Connect wallet' stubs.

Warnings

  • No documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or request/response schema provided; it is unknown what POST body to send or what the response contains.
  • The specific resource path '/api/v1/accounts/193/statements' references a hardcoded account ID (193); unclear if this is a demo or a real resource.
  • The platform lists many diverse API categories (AI, finance, infrastructure) at uniform $0.02 pricing with no visible documentation — exercise caution.

Citations

Provenance

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

Agent access