x402basequality 0.30

x402-gated account statements API 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/4/statements`. It is part of a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated behind the x402 payment protocol on the Base network.

The endpoint accepts USDC payments on Base (token contract 0x8335…2913) with a maximum amount of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals). The x402 challenge uses the "exact" scheme, meaning each call requires a one-shot micropayment. No API keys, rate limits, or subscriptions are needed — callers simply attach an X-PAYMENT header with a valid payment proof.

Documentation beyond the landing page is extremely sparse: the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available. The specific data returned by the statements endpoint (fields, formats, filtering options) is unknown from the available material. The endpoint is confirmed live (returns HTTP 402 with a well-formed x402 challenge).

Capabilities

x402-paymentusdc-micropaymentbase-networkaccount-statementspay-per-requestno-api-keypost-endpoint

Use cases

  • Retrieving account statement data on a per-request payment basis
  • Programmatic access to financial account records without subscription
  • Agent-driven financial data retrieval using x402 micropayments

Fit

Best for

  • Agents or apps needing on-demand account statement access without API keys
  • Developers experimenting with x402 micropayment-gated APIs
  • Low-volume consumers who prefer pay-per-call over subscriptions

Not for

  • Users needing detailed API documentation or guaranteed SLAs before integrating
  • High-volume bulk data export where per-request pricing becomes costly
  • Anyone requiring non-crypto payment methods

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/4/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 confirmed live with a valid x402 challenge, but there is no OpenAPI spec, no request/response schema, no documentation, and no examples. The purpose of the 'statements' endpoint is only vaguely implied by its URL path. Nearly everything beyond pricing and liveness must be guessed.

Warnings

  • No OpenAPI or schema available — request and response formats are completely unknown
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no content
  • The specific endpoint path includes a hardcoded account ID (/accounts/4/statements) — unclear if this is parameterizable
  • No information on what 'statements' data is actually returned
  • Platform appears to be a demo or early-stage project with many listed endpoints but no substantive docs

Citations

Provenance

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

Agent access