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/177/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 utility services — all payable per-request in USDC on the Base network with no API keys or rate limits required.

The specific endpoint probed here returns an x402 challenge requesting up to 20,000 base units of USDC (0x8335…2913 on Base). Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the site's advertised flat pricing of $0.02/request across all endpoints. Payment is made via the x402 exact-payment scheme, settling to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.

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 example payloads available. The endpoint's purpose ("account statements") and the meaning of the account ID (177) are not explained anywhere in the crawled material. The platform appears live and functional based on the 402 challenge response, but without documentation it is difficult to know what data is actually returned or what request body is expected.

Capabilities

x402-paymentusdc-settlementbase-networkper-request-pricingaccount-statementspost-endpoint

Use cases

  • Retrieving account statement data via a single paid API call
  • Integrating pay-per-request financial data into agent workflows
  • Programmatic access to account records without API key management

Fit

Best for

  • Agents or applications that need on-demand account statement data with no subscription
  • Developers wanting frictionless x402 micropayment integration on Base
  • Use cases where per-call billing in USDC is preferred over traditional API keys

Not for

  • Users who need detailed API documentation or schema guarantees before integrating
  • High-volume consumers who would benefit from bulk/subscription pricing
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/177/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 format, response schema, or what 'account statements' actually contains. No OpenAPI spec, no examples, and all doc pages are empty. This is effectively a stub listing.

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 unknown
  • The meaning of account ID 177 in the URL path is unexplained
  • The specific data returned by this 'account statements' endpoint is not documented anywhere in crawled material

Citations

Provenance

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

Agent access