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/85/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. No API keys or rate limits are advertised — access is granted purely via the x402 payment header. The endpoint returns `application/json` and accepts POST requests.

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 examples of what the statements endpoint actually returns. The endpoint itself is confirmed live (402 challenge captured), but without documentation it is unclear what parameters the POST body should contain or what shape the response takes. The platform lists many other endpoints at the same $0.02 price point across analytics, AI, finance, and utility categories, but this specific listing covers only the account statements resource.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-statementspay-per-requestno-api-keyjson-response

Use cases

  • Retrieving account statement data on a per-request payment basis
  • Programmatic access to financial account records without API key management
  • Agent-driven financial data retrieval settled via on-chain USDC on Base

Fit

Best for

  • Developers wanting keyless, pay-per-use access to account statements
  • AI agents that can settle x402 payments on Base
  • Users who prefer on-chain micropayments over subscription billing

Not for

  • Users needing detailed API documentation or request/response schemas before integrating
  • High-volume consumers who would benefit from bulk pricing or subscriptions
  • Anyone requiring non-USDC or non-Base payment settlement

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/85/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 confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC per request on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no examples. The purpose of 'account statements' for account ID 85 is entirely opaque.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README all return only a 'Connect wallet' prompt with no content.
  • No request body schema or response schema documented; callers cannot know what parameters to send or what data to expect.
  • The endpoint path includes a hardcoded account ID (85), and it is unclear whether this is parameterizable or what accounts are available.
  • The platform lists many diverse endpoints (AI, finance, utilities) all at $0.02 — the actual functionality behind each is unverified.

Citations

Provenance

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

Agent access