x402basequality 0.30

x402-gated account statements endpoint on Base, paid 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/68/statements`. It is part of a broader platform (lowpaymentfee.com) that offers a variety of x402-protocol APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all payable per-request in USDC on the Base network with no API keys or rate limits required.

The specific endpoint probed (`/accounts/68/statements`) returned a valid x402 challenge with a `maxAmountRequired` of 20,000 base units of USDC (0x8335…2913 on Base). Since USDC uses 6 decimals, this equates to $0.02 per request, consistent with the platform's advertised flat pricing of $0.02/request across all endpoints. Payment is made via the x402 exact scheme, settling to the specified payTo address on Base.

Documentation 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 spec, no request/response schema documentation, and no examples available. The endpoint's purpose ("Premium API Access" / account statements) is clear from its URL path, but the exact request body format and response structure are unknown. The platform appears live and functional based on the 402 challenge and the 200 status on the root page.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementsper-request-pricingno-api-keypost-endpoint

Use cases

  • Retrieving account statement data for a specific account via programmatic access
  • Integrating pay-per-request financial data into agent workflows without API key management
  • Accessing premium account data with instant USDC micropayments on Base

Fit

Best for

  • Agents or applications needing on-demand account statement retrieval without subscription commitments
  • Developers who prefer crypto-native per-call payment over traditional API key billing
  • Low-volume or bursty access patterns where flat per-request pricing is economical

Not for

  • High-volume bulk data retrieval where per-request costs would accumulate significantly
  • Users who need detailed API documentation or schema guarantees before integrating
  • Users without access to USDC on the Base network

Quick start

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

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 zero documentation on request/response schemas, no OpenAPI spec, and all doc pages are empty stubs. The endpoint path and description are generic ('Premium API Access'), making it difficult to know what data is actually returned.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet' with no content
  • No OpenAPI or schema definition found; request body format and response structure are completely unknown
  • The endpoint path references a hardcoded account ID (68); unclear if this is parameterizable or a fixed demo
  • Platform appears to be a generic multi-API storefront; the actual data sources and reliability are unverified

Citations

Provenance

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

Agent access