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 166) behind an x402 paywall. It is part of a broader platform offering various pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.

The endpoint accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers must include an X-PAYMENT header with a valid payment proof. The x402 challenge specifies an exact-scheme payment of up to 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. No API keys or rate limits are advertised; access is gated purely by micropayment.

Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. The specific behavior of the /accounts/{id}/balance endpoint (request body schema, response fields) is not documented anywhere in the crawled material. This particular endpoint is not listed on the homepage's API catalog, making its purpose and output schema unclear beyond the generic "Premium API Access" label.

Capabilities

x402-paymentusdc-baseaccount-balancepay-per-requestno-api-key

Use cases

  • Querying account balance data with per-request micropayments
  • Integrating pay-per-call balance lookups into agent workflows
  • Accessing financial account information without API key registration

Fit

Best for

  • Agents that need on-demand account balance data without subscription commitments
  • Developers experimenting with x402 micropayment-gated APIs
  • Scenarios requiring keyless, pay-as-you-go API access on Base

Not for

  • High-volume balance polling where per-request costs add up quickly
  • Users who need detailed API documentation or guaranteed SLAs
  • Anyone without a Base-network USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/166/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 (402 challenge confirmed) and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation for this specific endpoint, no request/response schema, no examples, and the docs pages are empty. The endpoint isn't even listed in the site's own API catalog, making its purpose and output largely unknown.

Warnings

  • This specific endpoint (/api/v1/accounts/166/balance) is not listed in the provider's own API catalog on the homepage
  • All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no usable content
  • No request body schema or response schema is available — behavior must be discovered experimentally
  • The endpoint path contains a hardcoded account ID (166); it is unclear whether other account IDs are supported or what authorization model applies

Citations

Provenance

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

Agent access