x402basequality 0.30

Check account balance via x402 micropayment on Base network for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns account balance information for a specific account (account ID 23 in the probed URL). It is part of a broader platform offering pay-per-request APIs across data analytics, AI/ML, finance/Web3, and infrastructure categories, all settled via the x402 protocol on the Base network using USDC.

The endpoint is live and responds with a standard x402 payment challenge. Each request costs $0.02 (20,000 base units of USDC, which has 6 decimals). Payment is made via the x402 "exact" scheme to a specified wallet address. The platform advertises no API keys, no rate limits, and instant access — you simply attach an X-PAYMENT header with a valid payment proof to get a response.

Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical content. There is no OpenAPI spec, no request/response schema beyond the x402 challenge's outputSchema indicating it accepts HTTP POST, and no example payloads. The specific data returned by the balance endpoint is not documented anywhere in the crawled material.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-balancepay-per-requestno-api-keyhttp-post

Use cases

  • Querying account balance data programmatically with per-request micropayments
  • Integrating balance checks into agent workflows without API key management
  • Demonstrating x402 protocol payment flows on Base network

Fit

Best for

  • Developers experimenting with x402 micropayment protocols
  • Agents needing on-demand account balance data without subscription commitments
  • Low-volume, pay-as-you-go API consumers

Not for

  • Users needing detailed API documentation or response schema guarantees
  • High-volume balance polling where per-request fees add up quickly
  • Anyone requiring non-crypto payment methods

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/23/balance \
  -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 live and returns a valid x402 challenge, but documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response examples, and no description of what the balance endpoint actually returns. The listing is largely inferred from the x402 challenge and the homepage's generic API catalog.

Warnings

  • No documentation available — all doc/pricing/API pages render only 'Connect wallet'
  • No OpenAPI or response schema provided; actual response format is unknown
  • The specific endpoint path (/accounts/23/balance) suggests a hardcoded account ID; unclear if other account IDs are supported
  • Platform appears to be a demo or early-stage project with many advertised endpoints but no substantive docs

Citations

Provenance

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

Agent access